xumingming commented on code in PR #19304:
URL: https://github.com/apache/datafusion/pull/19304#discussion_r2616691468
##########
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 satisfactioh.
Review Comment:
nit: satisfactioh -> satisfaction
--
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]