ranflarion commented on code in PR #24820:
URL: https://github.com/apache/datafusion/pull/24820#discussion_r3964312794
##########
datafusion/physical-plan/src/joins/nested_loop_join.rs:
##########
@@ -3440,6 +3534,102 @@ pub(crate) mod tests {
Arc::new(TestMemoryExec::update_cache(&source))
Review Comment:
Added join_across_build_chunk_boundaries, which runs every join type over a
36-row build side delivered two ways, as 1-row batches that the load coalesces
into chunks of exactly batch_size (4 or 12), and as 7-row batches that take the
bypass so chunk edges fall off the output batch size and the probe and emission
ranges have to be clamped.
--
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]