alamb commented on issue #11201:
URL: https://github.com/apache/datafusion/issues/11201#issuecomment-2210821002

   > For Expr::Cast that doesn't work as it's part of the Expr enum rather than 
being a ScalarUDF - is that by choice, or just pending migration? But I plan to 
try if I can use FunctionRewrite to change the Expr::Cast into a ScalarUDF that 
uses the Comet cast.
   
   I think it is largely historical, but realistically there is enough code 
that handles Cast specially in the core that switching it to use a UDF is 
likely a susbtantial project (we could certainly do it, but I wanted to offer 
my opinion on the scope)


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to