diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index 09c6e0351ed3..5e056d040e4c 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -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 }