saadtajwar commented on code in PR #23231:
URL: https://github.com/apache/datafusion/pull/23231#discussion_r3531093298


##########
datafusion/physical-plan/src/repartition/mod.rs:
##########
@@ -570,6 +572,17 @@ enum BatchPartitionerState {
         num_partitions: usize,
         next_idx: usize,
     },
+    Range {

Review Comment:
   Hmm sorry I might be misunderstanding, but are you referring to the sort 
options used in `LexOrdering`? Like having a field in this `Range` enum for 
both `LexOrdering` & the list of `SortOptions`?



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