Skip to content

Commit

Permalink
Avoid extra clone in datafusion-proto::physical_plan (apache#8650)
Browse files Browse the repository at this point in the history
  • Loading branch information
ongchi authored and appletreeisyellow committed Jan 4, 2024
1 parent db6c861 commit 7e652a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/proto/src/physical_plan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ impl AsExecutionPlan for PhysicalPlanNode {
physical_aggr_expr,
physical_filter_expr,
input,
Arc::new(input_schema.try_into()?),
physical_schema,
)?))
}
PhysicalPlanType::HashJoin(hashjoin) => {
Expand Down

0 comments on commit 7e652a1

Please sign in to comment.