andygrove commented on PR #4827: URL: https://github.com/apache/datafusion-comet/pull/4827#issuecomment-4898451234
To make sure I understand, this PR does not add any new execution mechanism, it just changes the routing. Prior to this PR, we only support codegen dispatch for a list of expressions that we have deliberately implemented serde and tests for. Essential we have an allow-list today. This PR adds an experimental feature to allow **any** expression to get routed to codegen dispatch. @schenksj does that seem correct? @mbutrovich this sounds similar to a feature you were suggesting recently? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
