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

Automatically pick best shuffle implementation for a query #459

Closed
Tracked by #369
andygrove opened this issue May 22, 2024 · 1 comment · Fixed by #460
Closed
Tracked by #369

Automatically pick best shuffle implementation for a query #459

andygrove opened this issue May 22, 2024 · 1 comment · Fixed by #460
Labels
enhancement New feature or request

Comments

@andygrove
Copy link
Member

What is the problem the feature request solves?

Users currently have to choose between using Comet native shuffle or Comet JVM shuffle. If they choose native shuffle and it is not supported then we fall back to Spark. If they choose JVM shuffle and it is not supported then we fall back to Spark.

It would be a better user experience if we automatically used native shuflfle when possible, then fall back to JVM shuffle when possible, and finally fall back to Spark if neither native or JVM shuffle is supported.

Describe the potential solution

No response

Additional context

No response

@andygrove andygrove added the enhancement New feature or request label May 22, 2024
@andygrove andygrove mentioned this issue May 22, 2024
13 tasks
@vaibhawvipul
Copy link
Contributor

I would like to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants