GitHub user M1zukiqwq added a comment to the discussion: How to dynamically switch between native Spark and Gluten backend based on the execution plan?
> > It means if the execution plan meets certain conditions. > > Do you have the concrete conditions, or a rough strategy in mind already? I use a decider to decide use gluten or not, and I integrate this decider by use Catalyst Extension.Therefore, I want to use this decorator's judgment to decide whether to use gluten to execute the query. GitHub link: https://github.com/apache/incubator-gluten/discussions/10954#discussioncomment-14811745 ---- 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]
