We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cf5de commit 172371bCopy full SHA for 172371b
datafusion/core/src/physical_planner.rs
@@ -100,7 +100,7 @@ use async_trait::async_trait;
100
use datafusion_physical_plan::async_func::{AsyncFuncExec, AsyncMapper};
101
use futures::{StreamExt, TryStreamExt};
102
use itertools::{multiunzip, Itertools};
103
-use log::{debug, trace};
+use log::debug;
104
use tokio::sync::Mutex;
105
106
/// Physical query planner that converts a `LogicalPlan` to an
0 commit comments