ctsk commented on code in PR #16083: URL: https://github.com/apache/datafusion/pull/16083#discussion_r2139539152
########## datafusion/physical-plan/src/joins/utils.rs: ########## @@ -880,7 +901,7 @@ pub(crate) fn build_batch_from_indices( for column_index in column_indices { let array = if column_index.side == JoinSide::None { - // LeftMark join, the mark column is a true if the indices is not null, otherwise it will be false + // For marks joins, the mark column is a true if the indices is not null, otherwise it will be false Review Comment: ```suggestion // For mark joins, the mark column is a true if the indices is not null, otherwise it will be false ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org