Skip to content

Commit 485a505

Browse files
committed
review feedback
1 parent 58a67fe commit 485a505

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

datafusion/core/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ default = [
6262
"compression",
6363
"parquet",
6464
"recursive_protection",
65-
"sqlparser_std",
66-
"sqlparser_recursive_protection",
6765
]
6866
encoding_expressions = ["datafusion-functions/encoding_expressions"]
6967
# Used for testing ONLY: causes all values to hash to the same value (test for collisions)
@@ -80,10 +78,8 @@ recursive_protection = [
8078
"datafusion-optimizer/recursive_protection",
8179
"datafusion-physical-optimizer/recursive_protection",
8280
"datafusion-sql/recursive_protection",
81+
"sqlparser/recursive-protection",
8382
]
84-
# Enable sqlparser's default features for backward compatibility
85-
sqlparser_std = ["sqlparser/std"]
86-
sqlparser_recursive_protection = ["sqlparser/recursive-protection"]
8783
serde = [
8884
"dep:serde",
8985
# Enable `#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]`

0 commit comments

Comments
 (0)