etseidl commented on issue #15742: URL: https://github.com/apache/datafusion/issues/15742#issuecomment-2815571292
More background in #3377 and #3442. It seems like additional data types were planned, but abandoned for some reason. @alamb do you think it would be safe to replace the logic above with ```rs if from_type.is_numeric() && to_type.is_numeric() { Ok(()) } ``` This would bring floating point and unsigned ints into the mix. -- 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