alamb commented on code in PR #7723:
URL: https://github.com/apache/arrow-datafusion/pull/7723#discussion_r1342995326


##########
datafusion/common/src/config.rs:
##########
@@ -453,11 +453,13 @@ config_namespace! {
         /// ```
         pub repartition_sorts: bool, default = true
 
-        /// When true, DataFusion will opportunistically remove sorts by 
replacing
-        /// `RepartitionExec` with `SortPreservingRepartitionExec`, and
+        /// When true, DataFusion will opportunistically remove sorts when the 
data is already sorted,
+        /// replacing `RepartitionExec` with `SortPreservingRepartitionExec`, 
and

Review Comment:
   That makes sense, thank you @viirya  --  I tried to improve the wording in 
35c674852b. Let me know what you think 



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

Reply via email to