metesynnada commented on code in PR #8125:
URL: https://github.com/apache/arrow-datafusion/pull/8125#discussion_r1390188593
##########
datafusion/physical-plan/src/joins/symmetric_hash_join.rs:
##########
@@ -952,27 +952,17 @@ impl OneSideHashJoiner {
Ok(())
}
- /// Prunes the internal buffer.
- ///
- /// Argument `probe_batch` is used to update the intervals of the sorted
- /// filter expressions. The updated build interval determines the new
length
- /// of the build side. If there are rows to prune, they are removed from
the
- /// internal buffer.
+ /// Calculate prune length.
Review Comment:
Removes the outdated comment, thanks for the contribution.
##########
datafusion/physical-plan/src/joins/symmetric_hash_join.rs:
##########
@@ -952,27 +952,17 @@ impl OneSideHashJoiner {
Ok(())
}
- /// Prunes the internal buffer.
- ///
- /// Argument `probe_batch` is used to update the intervals of the sorted
- /// filter expressions. The updated build interval determines the new
length
- /// of the build side. If there are rows to prune, they are removed from
the
- /// internal buffer.
+ /// Calculate prune length.
Review Comment:
Removes the outdated comment, thanks for the contribution.
--
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]