duongcongtoai commented on code in PR #16016:
URL: https://github.com/apache/datafusion/pull/16016#discussion_r2112798304


##########
datafusion/expr/src/logical_plan/tree_node.rs:
##########
@@ -400,6 +403,8 @@ impl LogicalPlan {
         mut f: F,
     ) -> Result<TreeNodeRecursion> {
         match self {
+            // TODO: apply expr on the subquery
+            LogicalPlan::DependentJoin(..) => Ok(TreeNodeRecursion::Continue),

Review Comment:
   not sure what you mean, but i also updated the implementation here



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to