Skip to content

Commit 171332f

Browse files
committed
missing import in hash_utils test with no_collision
1 parent d611d4d commit 171332f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/src/physical_plan/hash_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ mod tests {
512512

513513
use arrow::array::{Float32Array, Float64Array};
514514
#[cfg(not(feature = "force_hash_collisions"))]
515-
use arrow::array::{MutableDictionaryArray, MutableUtf8Array, Utf8Array};
515+
use arrow::array::{MutableDictionaryArray, MutableUtf8Array, TryExtend, Utf8Array};
516516

517517
use super::*;
518518

0 commit comments

Comments
 (0)