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

Change TimeAdd/Sub subquery tests to use min/max #8405

Merged
merged 1 commit into from
May 26, 2023

Conversation

tgravescs
Copy link
Collaborator

fixes #8400

There is an issue with last() where sometimes it can get a task with no data and thus the results come out different depending on the partitioning and what data goes to what tasks. Replace last with min/max to make it more reliable.

I tested on cloudera and was able to reproduce the issue and then see it fixed with this change.

@tgravescs tgravescs self-assigned this May 25, 2023
@tgravescs
Copy link
Collaborator Author

build

@sameerz sameerz added the test Only impacts tests label May 25, 2023
@jlowe jlowe merged commit 4493753 into NVIDIA:branch-23.06 May 26, 2023
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] Cloudera IT test failures - test_timesub_from_subquery
3 participants