seddonm1 commented on a change in pull request #9565: URL: https://github.com/apache/arrow/pull/9565#discussion_r583147743
########## File path: rust/datafusion/tests/sql.rs ########## @@ -530,17 +530,6 @@ async fn sqrt_f32_vs_f64() -> Result<()> { Ok(()) } -#[tokio::test] -async fn csv_query_error() -> Result<()> { - // sin(utf8) should error - let mut ctx = create_ctx()?; - register_aggregate_csv(&mut ctx)?; - let sql = "SELECT sin(c1) FROM aggregate_test_100"; - let plan = ctx.create_logical_plan(&sql); - assert!(plan.is_err()); Review comment: Ok ill re-add. ---------------------------------------------------------------- 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