You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/20 23:42:55 UTC

[GitHub] [arrow] alamb commented on a change in pull request #8018: ARROW-9815 [Rust] [DataFusion] Fixed deadlock caused by accessing the scalar functions' registry.

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:
users@infra.apache.org