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


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

Review Comment:
   Ohh wait I think you were referring to my comment below on `I could create 
this at construction time to avoid re-creating on every invocation of 
partition_iter?` - I'll add that here!



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