comphead commented on code in PR #13134:
URL: https://github.com/apache/datafusion/pull/13134#discussion_r1819504908
##########
datafusion/physical-plan/src/joins/sort_merge_join.rs:
##########
@@ -1264,6 +1296,8 @@ impl SMJStream {
let mut join_streamed = false;
// Whether to join buffered rows
let mut join_buffered = false;
+ // For Mark join we store a dummy id to indicate the the row has a
match
+ let mut mark_row_as_match = false;
Review Comment:
is it a match by joined keys or by join filter?
--
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]