goldmedal commented on code in PR #11602:
URL: https://github.com/apache/datafusion/pull/11602#discussion_r1687295016


##########
datafusion/core/src/lib.rs:
##########
@@ -569,10 +569,10 @@ pub mod functions {
     pub use datafusion_functions::*;
 }
 
-/// re-export of [`datafusion_functions_array`] crate, if "array_expressions" 
feature is enabled
-pub mod functions_array {
-    #[cfg(feature = "array_expressions")]
-    pub use datafusion_functions_array::*;
+/// re-export of [`datafusion_functions_nested`] crate, if 
"nested_expressions" feature is enabled

Review Comment:
   Good idea. Thanks. I'll try to do it for the crate and feature.



-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to