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


##########
datafusion/common/src/config.rs:
##########
@@ -1000,6 +1000,29 @@ config_namespace! {
         /// ```
         pub repartition_sorts: bool, default = true
 
+        /// Should DataFusion still repartition if the required partitioning
+        /// expression is a subset of the current partition expression.
+        ///
+        /// How the option is used:
+        ///     - repartition_subset_satisfactions=true: Always repartition on 
a subset satisfaction.
+        ///     - repartition_subset_satisfactions=false: Only repartition if 
target_partitions > current partitions (increases parallelism).

Review Comment:
   I am going to swith the use to be more explicit where it is a threshold. The 
user can then set this to say max integer and always take advantage of subset 
properties



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