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


##########
datafusion/physical-plan/src/joins/nested_loop_join.rs:
##########
@@ -960,7 +952,8 @@ pub(crate) struct NestedLoopJoinStream {
     /// type of the join
     pub(crate) join_type: JoinType,
     /// the probe-side(right) table data of the nested loop join
-    pub(crate) right_data: SendableRecordBatchStream,
+    /// `Option` is used becuase memory-limited path requires resetting it.

Review Comment:
   ```suggestion
       /// `Option` is used because memory-limited path requires resetting it.
   ```



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