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

Further prevent degenerative joins in dpp_test [databricks] #10204

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

NVnavkumar
Copy link
Collaborator

Fixes #10182 and follow-on from #10168.

This adds one more fix required to prevent the join tests from being degenerative in dpp_test, which is to prevent a filter_val that only matches value <= 0 (since the UNION filters the fact_table with value > 0).

…ch would break the join

Signed-off-by: Navin Kumar <navink@nvidia.com>
@NVnavkumar NVnavkumar requested a review from jlowe January 16, 2024 22:39
@sameerz sameerz added the test Only impacts tests label Jan 16, 2024
@jlowe
Copy link
Member

jlowe commented Jan 16, 2024

build

@NVnavkumar NVnavkumar merged commit 28ac3d3 into NVIDIA:branch-24.02 Jan 17, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] test_dpp_bypass / test_dpp_via_aggregate_subquery failures in CI (databricks)
3 participants