alamb commented on code in PR #5241: URL: https://github.com/apache/arrow-datafusion/pull/5241#discussion_r1106988857
########## datafusion/core/tests/sql/functions.rs: ########## @@ -67,8 +67,8 @@ async fn csv_query_cast_literal() -> Result<()> { "+--------------------+----------+", "| c12 | Int64(1) |", "+--------------------+----------+", - "| 0.9294097332465232 | 1 |", - "| 0.3114712539863804 | 1 |", + "| 0.9294097332465232 | 1.0 |", Review Comment: > Despite its name I certainly found that confusing 😆 -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org