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 (#13857)

fixes #13854

Co-authored-by: Arttu Voutilainen <[email protected]>
  • Loading branch information
Blizzara and Arttu Voutilainen authored Dec 20, 2024
1 parent 079f621 commit d7aeb1a
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 d7aeb1a

Please sign in to comment.