Skip to content

Commit df190ad

Browse files
committed
Fix: add correct feature flags
1 parent fbcece9 commit df190ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

datafusion/core/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ default = [
5151
"datetime_expressions",
5252
"encoding_expressions",
5353
"regex_expressions",
54+
"math_expressions",
5455
"string_expressions",
5556
"unicode_expressions",
57+
"unparser",
5658
"compression",
5759
"parquet",
5860
"recursive_protection",
@@ -75,6 +77,7 @@ recursive_protection = [
7577
]
7678
serde = ["dep:serde"]
7779
string_expressions = ["datafusion-functions/string_expressions"]
80+
unparser = ["datafusion-sql/unparser"]
7881
unicode_expressions = [
7982
"datafusion-sql/unicode_expressions",
8083
"datafusion-functions/unicode_expressions",

0 commit comments

Comments
 (0)