Skip to content

Commit a5fc3c7

Browse files
authored
bench: set test_util as required feature for aggregate_vectorized (#19101)
## Which issue does this PR close? N/A ## Rationale for this change `aggregate_vectorized` bench uses arrow `test_utils` features ## What changes are included in this PR? see title ## Are these changes tested? yes, manually ## Are there any user-facing changes? New feature that should not be used
1 parent a33ae5e commit a5fc3c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datafusion/physical-plan/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ workspace = true
3939

4040
[features]
4141
force_hash_collisions = []
42+
test_utils = ["arrow/test_utils"]
4243
tokio_coop = []
4344
tokio_coop_fallback = []
4445

@@ -99,3 +100,4 @@ name = "sort_preserving_merge"
99100
[[bench]]
100101
harness = false
101102
name = "aggregate_vectorized"
103+
required-features = ["test_utils"]

0 commit comments

Comments
 (0)