2010YOUY01 commented on code in PR #17680:
URL: https://github.com/apache/datafusion/pull/17680#discussion_r2365033303


##########
datafusion/physical-plan/src/joins/nested_loop_join.rs:
##########
@@ -564,7 +564,7 @@ impl ExecutionPlan for NestedLoopJoinExec {
             self.right.partition_statistics(None)?,
             vec![],
             &self.join_type,
-            &self.join_schema,

Review Comment:
   It would be great to update the comment in `self.join_schema` to clarify 
that it's the concatenated schema of left and right child, without applying the 
projection



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