ranflarion commented on code in PR #24675:
URL: https://github.com/apache/datafusion/pull/24675#discussion_r3869214838


##########
datafusion/physical-plan/src/joins/nested_loop_join.rs:
##########
@@ -3872,24 +3871,34 @@ pub(crate) mod tests {
             .await?;
         }
 

Review Comment:
   sure, added in ab71c9c: test_nlj_memory_limited_left_semi_join, 
test_nlj_memory_limited_left_anti_join, test_nlj_memory_limited_left_mark_join, 
same shape as the existing single-partition tests, 50-byte pool with 
spill_count asserted > 0 so the fallback path is actually exercised, results 
snapshot-checked against the unlimited-memory expectations.



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

Reply via email to