You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: