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: [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]