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 f415fda commit 8f1f1c0Copy full SHA for 8f1f1c0
src/test_utils/plan.rs
@@ -3,9 +3,7 @@ use datafusion::common::plan_err;
3
use datafusion::common::tree_node::{Transformed, TreeNode};
4
use datafusion::error::DataFusionError;
5
use datafusion::physical_expr::Partitioning;
6
-use datafusion::physical_optimizer::PhysicalOptimizerRule;
7
use datafusion::physical_plan::aggregates::{AggregateExec, AggregateMode};
8
-use datafusion::physical_plan::repartition::RepartitionExec;
9
use datafusion::physical_plan::ExecutionPlan;
10
use std::sync::Arc;
11
0 commit comments