Skip to content

Commit beacced

Browse files
committed
chore
1 parent f816cbc commit beacced

File tree

1 file changed

+1
-2
lines changed
  • datafusion/physical-plan/src/repartition

1 file changed

+1
-2
lines changed

datafusion/physical-plan/src/repartition/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,10 +1201,9 @@ mod tests {
12011201

12021202
use super::*;
12031203
use crate::{
1204-
coalesce_partitions::CoalescePartitionsExec,
12051204
collect,
12061205
expressions::col,
1207-
memory::{MemoryExec, MemorySourceConfig},
1206+
memory::MemorySourceConfig,
12081207
test::{
12091208
assert_is_pending,
12101209
exec::{

0 commit comments

Comments
 (0)