Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dpp_test.py failures on [databricks] 14.3 #11768

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

mythrocks
Copy link
Collaborator

Fixes #11536.

This commit fixes the tests in dpp_test.py that were failing on Databricks 14.3.

The failures were largely a result of an erroneous shim implementation, that was fixed as part of #11750.

This commit accounts for the remaining failures that result from there being a CollectLimitExec in certain DPP query plans (that include broadcast joins, for example). The tests have been made more permissive, in allowing the CollectLimitExec to run on the CPU.

The CollectLimitExec based plans will be further explored as part of #11764.

Fixes NVIDIA#11536.

This commit fixes the tests in `dpp_test.py` that were failing on
Databricks 14.3.

The failures were largely a result of an erroneous shim implementation,
that was fixed as part of NVIDIA#11750.

This commit accounts for the remaining failures that result from there
being a `CollectLimitExec` in certain DPP query plans (that include
broadcast joins, for example).  The tests have been made more
permissive, in allowing the `CollectLimitExec` to run on the CPU.

The `CollectLimitExec` based plans will be further explored as part of
NVIDIA#11764.

Signed-off-by: MithunR <[email protected]>
@mythrocks
Copy link
Collaborator Author

Build

@pxLi
Copy link
Collaborator

pxLi commented Nov 26, 2024

build

@mythrocks mythrocks merged commit ed02cfe into NVIDIA:branch-24.12 Nov 26, 2024
50 checks passed
@mythrocks mythrocks deleted the databricks-dpp-test branch November 26, 2024 22:02
@mythrocks
Copy link
Collaborator Author

Thank you for the review, @revans2. I have merged this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Dynamic Partition Pruning tests on Databricks 14.3
3 participants