File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ default = [
6262 " compression" ,
6363 " parquet" ,
6464 " recursive_protection" ,
65- " sqlparser_std" ,
66- " sqlparser_recursive_protection" ,
6765]
6866encoding_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" ]
8783serde = [
8884 " dep:serde" ,
8985 # Enable `#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]`
You can’t perform that action at this time.
0 commit comments