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: 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