gmhelmold commented on code in PR #23484:
URL: https://github.com/apache/datafusion/pull/23484#discussion_r3571213524


##########
datafusion/core/tests/physical_optimizer/enforce_distribution.rs:
##########
@@ -870,6 +870,298 @@ fn 
range_inner_hash_join_rehashes_incompatible_range_partitioning() -> Result<()
     Ok(())
 }
 
+#[test]
+fn range_right_hash_join_reuses_range_partitioning() -> Result<()> {

Review Comment:
   Makes sense — restructuring now: moving the end-to-end matrix into 
`range_partitioning.slt` and keeping a couple of unit smoke tests in 
`enforce_distribution.rs` for the hard-to-replicate boundary cases. Thanks for 
the pointer! 😄



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