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 c65f606 commit 9248d8dCopy full SHA for 9248d8d
src/physical_plan.rs
@@ -86,7 +86,7 @@ impl PyExecutionPlan {
86
})?;
87
88
let codec = DefaultPhysicalExtensionCodec {};
89
- let plan = proto_plan.try_into_physical_plan(&ctx.ctx.task_ctx().as_ref(), &codec)?;
+ let plan = proto_plan.try_into_physical_plan(ctx.ctx.task_ctx().as_ref(), &codec)?;
90
Ok(Self::new(plan))
91
}
92
0 commit comments