You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "izveigor (via GitHub)" <gi...@apache.org> on 2023/04/05 10:48:14 UTC

[GitHub] [arrow-datafusion] izveigor commented on a diff in pull request #5839: feat: BuiltinScalarFunction::Cbrt

izveigor commented on code in PR #5839:
URL: https://github.com/apache/arrow-datafusion/pull/5839#discussion_r1158348186


##########
datafusion/core/tests/sql/expr.rs:
##########
@@ -1629,6 +1630,19 @@ async fn csv_query_sqrt_sqrt() -> Result<()> {
     Ok(())
 }
 
+// this query used to deadlock due to the call udf(udf())

Review Comment:
   Yes, forgot to remove this docstring after pasting.



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org