alamb commented on code in PR #4199:
URL: https://github.com/apache/arrow-datafusion/pull/4199#discussion_r1023157795
##########
datafusion/physical-expr/src/expressions/cast.rs:
##########
@@ -572,7 +572,7 @@ mod tests {
Some(15000),
Some(25000),
Some(30000),
- Some(11234),
Review Comment:
I believe this is caused by https://github.com/apache/arrow-rs/pull/3021 (cc
@liukun4515 ) where now arrow will round 1.123_456_8 to the nearest integer
rather than simply truncating it
--
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]