This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 2cccd5843e cli: Add nested expressions (#14614)
2cccd5843e is described below

commit 2cccd5843e14907268bf32d2681df86d056755f0
Author: Joseph Koshakow <[email protected]>
AuthorDate: Tue Feb 11 13:48:10 2025 -0500

    cli: Add nested expressions (#14614)
    
    This commit adds nested expressions to the CLI by default so users can
    run functions like `array_slice` and other nested expressions.
---
 datafusion-cli/Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index 987ac97452..43c7e29fc1 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -38,6 +38,7 @@ datafusion = { workspace = true, features = [
     "crypto_expressions",
     "datetime_expressions",
     "encoding_expressions",
+    "nested_expressions",
     "parquet",
     "recursive_protection",
     "regex_expressions",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to