alamb commented on code in PR #11602: URL: https://github.com/apache/datafusion/pull/11602#discussion_r1689768671
########## datafusion/core/Cargo.toml: ########## @@ -40,8 +40,10 @@ name = "datafusion" path = "src/lib.rs" [features] -# Used to enable the avro format nested_expressions = ["datafusion-functions-nested"] +# This feature is deprecated. Use the `nested_expressions` feature instead. +array_expressions = ["nested_expressions"] Review Comment: I think this is ok -- thank you -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
