File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ path = "src/lib.rs"
3939avro = [" apache-avro" ]
4040backtrace = []
4141pyarrow = [" pyo3" , " arrow/pyarrow" , " parquet" ]
42+ force_hash_collisions = []
4243
4344[dependencies ]
4445ahash = { workspace = true }
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ default = [
6262]
6363encoding_expressions = [" datafusion-functions/encoding_expressions" ]
6464# Used for testing ONLY: causes all values to hash to the same value (test for collisions)
65- force_hash_collisions = []
65+ force_hash_collisions = [" datafusion-common/force_hash_collisions " ]
6666math_expressions = [" datafusion-functions/math_expressions" ]
6767parquet = [" datafusion-common/parquet" , " dep:parquet" ]
6868pyarrow = [" datafusion-common/pyarrow" , " parquet" ]
You can’t perform that action at this time.
0 commit comments