From 3e6823d7ec0bf36ba604c60932e735ca7f9a5d9d Mon Sep 17 00:00:00 2001 From: Arttu Voutilainen Date: Fri, 20 Dec 2024 12:26:36 +0200 Subject: [PATCH] enable DF's nested_expressions feature by in datafusion-substrait tests to make them pass fixes #13854 --- datafusion/substrait/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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 }