Skip to content

Commit 172371b

Browse files
committed
clippy
1 parent a6cf5de commit 172371b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/src/physical_planner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ use async_trait::async_trait;
100100
use datafusion_physical_plan::async_func::{AsyncFuncExec, AsyncMapper};
101101
use futures::{StreamExt, TryStreamExt};
102102
use itertools::{multiunzip, Itertools};
103-
use log::{debug, trace};
103+
use log::debug;
104104
use tokio::sync::Mutex;
105105

106106
/// Physical query planner that converts a `LogicalPlan` to an

0 commit comments

Comments
 (0)