alamb commented on a change in pull request #8018: URL: https://github.com/apache/arrow/pull/8018#discussion_r474329092
########## File path: rust/datafusion/tests/sql.rs ########## @@ -201,6 +201,18 @@ fn csv_query_avg_sqrt() -> Result<()> { Ok(()) } +#[test] +fn csv_query_sqrt_sqrt() -> Result<()> { Review comment: ```suggestion // ARROW-9851: This query deadlocked when processing a // udf that called another udf fn csv_query_sqrt_sqrt() -> Result<()> { ``` ---------------------------------------------------------------- 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