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 test_window_running*() for NTH_VALUE IGNORE NULLS. #9575

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

mythrocks
Copy link
Collaborator

Fixes #9569.

#9489 added NTH_VALUE() tests with option to IGNORE NULLS, but mistakenly enabled IGNORE NULLS for Spark versions prior to 3.2.1.

This commit restricts tests for IGNORE NULLS to only Spark versions exceeding 3.1.x, where the feature is available.

Fixes NVIDIA#9569.

NVIDIA#9489 added `NTH_VALUE()` tests with option to `IGNORE NULLS`, but mistakenly
enabled `IGNORE NULLS` for Spark versions prior to `3.2.1`.

This commit restricts tests for `IGNORE NULLS` to only Spark versions
exceeding `3.1.x`, where the feature is available.

Signed-off-by: MithunR <[email protected]>
@mythrocks mythrocks force-pushed the batched-window-first-tests branch from eb08d4b to 043938a Compare October 30, 2023 17:53
@mythrocks mythrocks self-assigned this Oct 30, 2023
@mythrocks
Copy link
Collaborator Author

Build

@pxLi pxLi merged commit 37e5b74 into NVIDIA:branch-23.12 Oct 31, 2023
@sameerz sameerz added the test Only impacts tests label Oct 31, 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] test_window_running failed in 3.1.2+3.1.3
4 participants