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 problems with nulls in sequence tests #9865

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Nov 27, 2023

Fixes #9856. Sequence tests were not handling the potential of nulls being generated properly. test_sequence_with_step used the data generator to generate a single value but was not prepared to handle a null being generated when formatting the query. Similarly, test_sequence_illegal_boundaries was generating a single value that should be out of bounds, but the single value could be a null value which would not be an out of bounds scenario.

@jlowe jlowe added the test Only impacts tests label Nov 27, 2023
@jlowe jlowe self-assigned this Nov 27, 2023
@jlowe
Copy link
Member Author

jlowe commented Nov 27, 2023

build

@jlowe jlowe changed the base branch from branch-24.02 to branch-23.12 November 27, 2023 21:39
@jlowe
Copy link
Member Author

jlowe commented Nov 27, 2023

build

@pxLi pxLi merged commit 26c9e37 into NVIDIA:branch-23.12 Nov 28, 2023
38 checks passed
@jlowe jlowe deleted the sequence-tests-fix branch November 28, 2023 14:30
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.

collection_ops_test.py failed on Dataproc-2.1 with: Column 'None' does not exist
3 participants