viirya commented on code in PR #11276:
URL: https://github.com/apache/datafusion/pull/11276#discussion_r1667614074
##########
datafusion/physical-plan/src/joins/hash_join.rs:
##########
@@ -1107,6 +1111,8 @@ struct HashJoinStream {
batch_size: usize,
/// Scratch space for computing hashes
hashes_buffer: Vec<u64>,
+ // Specifies whether the right side has an ordering to potentially preserve
Review Comment:
```suggestion
/// Specifies whether the right side has an ordering to potentially
preserve
```
--
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]