Skip to content

Commit c978a8e

Browse files
committed
Remove unused import of BTreeMap in hash_table.rs
1 parent 67b8592 commit c978a8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion/physical-plan/src/aggregates/topk/hash_table.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ mod tests {
416416
use super::*;
417417
use arrow::array::TimestampMillisecondArray;
418418
use arrow_schema::TimeUnit;
419-
use std::collections::BTreeMap;
420419

421420
#[test]
422421
fn should_emit_correct_type() -> Result<()> {

0 commit comments

Comments
 (0)