Replies: 3 comments 6 replies
-
|
#7143 #5177 |
Beta Was this translation helpful? Give feedback.
-
|
@M1zukiqwq, could you share more details about your decider? I'm curious whether it's tailored to your specific workload or designed to be generalizable for common use cases .If it's workload-specific, we might consider exposing APIs that allow users to inject their own custom deciders into Gluten. Otherwise, it may be better to contribute it directly to the Gluten project. |
Beta Was this translation helpful? Give feedback.
-
|
Do you mean fallback whole queries or stages? to queries, you can set If you need to fallback any whole stage you want, how do you define the stage? you can easily add some config like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently exploring the possibility of dynamically selecting the execution engine (either the native Spark engine or one of Gluten's backends) based on the characteristics of the query's execution plan.
Could anyone point me to the relevant sections of the Gluten codebase that I would need to modify to implement this kind of dynamic, plan-based engine selection logic? I would appreciate any guidance or suggestions on where to start looking.
Beta Was this translation helpful? Give feedback.
All reactions