mbutrovich commented on code in PR #21184:
URL: https://github.com/apache/datafusion/pull/21184#discussion_r3002536855


##########
datafusion/physical-plan/src/joins/semi_anti_mark_sort_merge_join/stream.rs:
##########
@@ -1257,7 +1292,7 @@ fn evaluate_filter_for_inner_row(
     }
 }
 
-impl Stream for SemiAntiSortMergeJoinStream {
+impl Stream for SemiAntiMarkSortMergeJoinStream {

Review Comment:
   As I sit with it, I like those new names and will try that out and write 
some comments detailing more what those names mean.



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