jayzhan211 commented on code in PR #9343:
URL: https://github.com/apache/arrow-datafusion/pull/9343#discussion_r1507085599


##########
datafusion/optimizer/Cargo.toml:
##########
@@ -44,6 +44,7 @@ async-trait = { workspace = true }
 chrono = { workspace = true }
 datafusion-common = { workspace = true }
 datafusion-expr = { workspace = true }
+datafusion-functions-array = { workspace = true }

Review Comment:
   Maybe we can split udf to logical expr and physcial expr, and export only 
logical expr conditionally (with `#[cfg(feature = "array_expressions")]`) to 
optimizer, so we can do optimizing for udfs, but only import the necessary one 
for user.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to