gene-bordegaray commented on code in PR #23627:
URL: https://github.com/apache/datafusion/pull/23627#discussion_r3699886841


##########
datafusion/core/tests/physical_optimizer/enforce_distribution.rs:
##########
@@ -747,6 +748,166 @@ impl TestConfig {
     }
 }
 
+#[derive(Debug, Clone, Copy)]
+enum RangeKeyMatch {

Review Comment:
   Could we collapse all this to a small case structure using something like 
subset_met: bool, preserve_met: Option<bool>, and increase_partitions: bool, 
keeping the [ExpectedPlan; 3] table?
   



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