GitHub user M1zukiqwq added a comment to the discussion: How to dynamically switch between native Spark and Gluten backend based on the execution plan?
> > > #7143 #5177 RAS may be a good choice to begin. cc @zhztheplayer > > > > > > I want implement whole stage fallback, not single stagefallback. > > What's the meaning of whole stage fallback, you mean all plan ? It means if the execution plan meets certain conditions, the entire task will still be executed in the native Spark engine even if the gluten JAR package is loaded. GitHub link: https://github.com/apache/incubator-gluten/discussions/10954#discussioncomment-14801173 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
