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

[SPARK-48911][SQL][FOLLOWUP][TESTS] Fix test for collect_set #47644

Closed
wants to merge 1 commit into from

Conversation

uros-db
Copy link
Contributor

@uros-db uros-db commented Aug 7, 2024

What changes were proposed in this pull request?

Fix test for collect_set.

Why are the changes needed?

collect_set doesn't guarantee ordering, so we shouldn't assume it in the test.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Updated test.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the SQL label Aug 7, 2024
@HyukjinKwon
Copy link
Member

Merged to master.

Copy link
Contributor Author

@uros-db uros-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there was possibly another followup here. but it's okay I will open another PR if necessary

attilapiros pushed a commit to attilapiros/spark that referenced this pull request Oct 4, 2024
### What changes were proposed in this pull request?
Fix test for `collect_set`.

### Why are the changes needed?
`collect_set` doesn't guarantee ordering, so we shouldn't assume it in the test.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Updated test.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes apache#47644 from uros-db/add-tests-followup.

Authored-by: Uros Bojanic <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants