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

Ignore order for the test_no_fallback_when_ansi_enabled #3615

Merged
merged 2 commits into from
Sep 23, 2021

Conversation

abellina
Copy link
Collaborator

Signed-off-by: Alessandro Bellina abellina@nvidia.com

Closes #3611

This was a dumb mistake that @razajafri found in #3330. As @jlowe nicely put it, yeah what I was trying to do is not deterministic given the hash tables involved (partitioning and in the group by), since I didn't have a sort after the operation.

Signed-off-by: Alessandro Bellina <abellina@nvidia.com>
@abellina
Copy link
Collaborator Author

build

@jlowe jlowe added the test Only impacts tests label Sep 22, 2021
@jlowe jlowe added this to the Sep 13 - Sep 24 milestone Sep 22, 2021
Co-authored-by: Jason Lowe <jlowe@nvidia.com>
@abellina
Copy link
Collaborator Author

build

@abellina
Copy link
Collaborator Author

No longer needed, since this PR had the same fix: #3330

@abellina abellina deleted the bug/ignore_order_for_agg_test branch September 23, 2021 13:37
@abellina abellina restored the bug/ignore_order_for_agg_test branch September 23, 2021 16:30
@abellina abellina reopened this Sep 23, 2021
@abellina abellina merged commit d86d18a into NVIDIA:branch-21.10 Sep 23, 2021
@abellina abellina deleted the bug/ignore_order_for_agg_test branch September 23, 2021 16:38
@razajafri
Copy link
Collaborator

Will merging this in before #3627 have the desired effect? Because the revert will revert this change as part of my PR #3330

@abellina
Copy link
Collaborator Author

Well your PR diff should be a no-op given this change (I think), but good to check.

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_no_fallback_when_ansi_enabled failed in databricks
4 participants