build(deps): bump the dependencies group with 6 updates (#2303)
Signed-off-by: houseme <[email protected]> Co-authored-by: heihutu <[email protected]> Co-authored-by: Copilot <[email protected]>
This commit is contained in:
co-authored by
heihutu
Copilot
parent
14e4d94666
commit
af46a61fde
@@ -19,7 +19,6 @@ use datafusion::execution::SessionStateBuilder;
|
||||
use datafusion::logical_expr::LogicalPlan;
|
||||
use datafusion::physical_optimizer::PhysicalOptimizerRule;
|
||||
use datafusion::physical_optimizer::aggregate_statistics::AggregateStatistics;
|
||||
use datafusion::physical_optimizer::coalesce_batches::CoalesceBatches;
|
||||
use datafusion::physical_optimizer::join_selection::JoinSelection;
|
||||
use datafusion::physical_plan::ExecutionPlan;
|
||||
use datafusion::physical_planner::{
|
||||
@@ -68,9 +67,6 @@ impl Default for DefaultPhysicalPlanner {
|
||||
// repartitioning and local sorting steps to meet distribution and ordering requirements.
|
||||
// Therefore, it should run before EnforceDistribution and EnforceSorting.
|
||||
Arc::new(JoinSelection::new()),
|
||||
// The CoalesceBatches rule will not influence the distribution and ordering of the
|
||||
// whole plan tree. Therefore, to avoid influencing other rules, it should run last.
|
||||
Arc::new(CoalesceBatches::new()),
|
||||
];
|
||||
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user