Skip to content

Commit

Permalink
enable DF's nested_expressions feature by in datafusion-substrait tes…
Browse files Browse the repository at this point in the history
…ts to make them pass

fixes #13854
  • Loading branch information
Arttu Voutilainen committed Dec 20, 2024
1 parent 95d296c commit 3e6823d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/substrait/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ substrait = { version = "0.50", features = ["serde"] }
url = { workspace = true }

[dev-dependencies]
datafusion = { workspace = true, features = ["nested_expressions"] }
datafusion-functions-aggregate = { workspace = true }
serde_json = "1.0"
tokio = { workspace = true }
Expand Down

0 comments on commit 3e6823d

Please sign in to comment.