Dandandan commented on a change in pull request #309: URL: https://github.com/apache/arrow-datafusion/pull/309#discussion_r629241387
########## File path: datafusion/tests/sql.rs ########## @@ -631,7 +631,7 @@ async fn sqrt_f32_vs_f64() -> Result<()> { // sqrt(f32)'s plan passes let sql = "SELECT avg(sqrt(c11)) FROM aggregate_test_100"; let actual = execute(&mut ctx, sql).await; - let expected = vec![vec!["0.6584408485889435"]]; + let expected = vec![vec!["0.6584407806396484"]]; Review comment: Small diff, Isince we avoid `as f64` now. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org