waynexia commented on code in PR #2713:
URL: https://github.com/apache/arrow-datafusion/pull/2713#discussion_r895000577
##########
datafusion/core/src/physical_plan/planner.rs:
##########
@@ -292,10 +293,10 @@ pub trait ExtensionPlanner {
/// Returns `None` when the planner does not know how to plan the
/// `node` and wants to delegate the planning to another
/// [`ExtensionPlanner`].
- fn plan_extension(
+ async fn plan_extension(
&self,
- planner: &dyn PhysicalPlanner,
- node: &dyn UserDefinedLogicalNode,
+ planner: &(dyn PhysicalPlanner),
Review Comment:
Sure! Sorry for that 🙈
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]