diff --git a/datafusion/functions/Cargo.toml b/datafusion/functions/Cargo.toml index 29b6815ce8e2..b143080b1962 100644 --- a/datafusion/functions/Cargo.toml +++ b/datafusion/functions/Cargo.toml @@ -145,3 +145,4 @@ required-features = ["string_expressions"] [[bench]] harness = false name = "map" +required-features = ["core_expressions"]