universalmind303 opened a new issue, #9467: URL: https://github.com/apache/arrow-datafusion/issues/9467
### Describe the bug a bunch of casts from floats to ints don't seem to be working in the slts ```diff - NULL 10 1 + NULL 1E+1 1 ``` ### To Reproduce ```sh > git checkout main > git pull > cargo test -p datafusion-sqllogictest ``` ### Expected behavior tests pass on main ### Additional context _No response_ -- 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]
