jonathanc-n commented on code in PR #18858:
URL: https://github.com/apache/datafusion/pull/18858#discussion_r2548519035
##########
datafusion/physical-plan/src/joins/hash_join/stream.rs:
##########
@@ -216,6 +217,11 @@ pub(super) struct HashJoinStream {
/// Partitioning mode to use
mode: PartitionMode,
+
+ /// Batch coalescer for coalescing batches from the probe side
+ batch_coalescer: LimitedBatchCoalescer,
+ /// Flag to track if we've handled empty output to avoid returning empty
schema
Review Comment:
Filed #18859
--
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]