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

[MINOR][SQL][FOLLOWUP] Fix a mode test in DataFrameSuite #49621

Closed
wants to merge 1 commit into from

Conversation

MaxGekk
Copy link
Member

@MaxGekk MaxGekk commented Jan 23, 2025

What changes were proposed in this pull request?

Rename mode in a test in DataFrameSuite.

Why are the changes needed?

To fix the failed test.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

By running the modified test:

$ build/sbt "test:testOnly org.apache.spark.sql.DataFrameSuite"

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

No.

@github-actions github-actions bot added the SQL label Jan 23, 2025
@MaxGekk MaxGekk changed the title [MINOR][SQL] Fix a mode test in DataFrameSuite [MINOR][SQL][FOLLOWUP] Fix a mode test in DataFrameSuite Jan 23, 2025
@HyukjinKwon
Copy link
Member

thx!

@MaxGekk
Copy link
Member Author

MaxGekk commented Jan 23, 2025

Merging to master/4.0. Thank you, @HyukjinKwon @zhengruifeng for review.

@MaxGekk MaxGekk closed this in 83961bc Jan 23, 2025
MaxGekk added a commit that referenced this pull request Jan 23, 2025
### What changes were proposed in this pull request?
Rename `mode` in a test in `DataFrameSuite`.

### Why are the changes needed?
To fix the failed test.

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

### How was this patch tested?
By running the modified test:
```
$ build/sbt "test:testOnly org.apache.spark.sql.DataFrameSuite"
```

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

Closes #49621 from MaxGekk/fix-mode-test.

Authored-by: Max Gekk <[email protected]>
Signed-off-by: Max Gekk <[email protected]>
(cherry picked from commit 83961bc)
Signed-off-by: Max Gekk <[email protected]>
@dongjoon-hyun
Copy link
Member

Thank you for the fix, @MaxGekk, @HyukjinKwon , @zhengruifeng .

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.

4 participants