andygrove commented on issue #375: URL: https://github.com/apache/datafusion-comet/issues/375#issuecomment-2476724662
Thanks for looking into this @himadripal. The issue is that the projection is falling back to Spark because `org.apache.comet.expressions.CometCast#isSupported` is either returning `Unsupported` or `Incompatible` for a cast between decimal types, so the first step is to update this method to say that this cast is now supported. -- 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]
