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 c1e4b8d commit 908d6c8Copy full SHA for 908d6c8
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