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

chore: See which Spark SQL tests fail if we set default shuffle mode to jvm #1247

Closed
wants to merge 1 commit into from

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Jan 9, 2025

Which issue does this PR close?

Closes #.

Rationale for this change

We currently fall back to Spark for shuffle in some cases if shuffle mode is auto or native and a shuffle is not supported, rather than trying to fall back to Comet columner shuffle. Fixing this limitation in #1209 caused a number of Spark SQL tests to start failing because we are now running more queries in Comet.

The goal of this PR is simply to demonstrate that changing our default shuffle mode will cause some Spark SQL tests to fail.

What changes are included in this PR?

How are these changes tested?

@andygrove
Copy link
Member Author

Filed #1256

@andygrove andygrove closed this Jan 9, 2025
@andygrove andygrove deleted the test-ci-jvm-shuffle branch January 14, 2025 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant