manishkr commented on issue #19120: URL: https://github.com/apache/datafusion/issues/19120#issuecomment-3619913157
It should work for all numeric types in principle. However, the implementation relies on Arrow’s casting logic, and that layer doesn’t support this case. We have two option here, either extend the logic here or extend it in arrow. Here’s the relevant reference: https://github.com/apache/arrow-rs/blob/main/arrow-cast/src/cast/mod.rs#L312 -- 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]
