Github user viirya commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23025#discussion_r234103194
  
    --- Diff: python/pyspark/sql/dataframe.py ---
    @@ -732,6 +732,11 @@ def repartitionByRange(self, numPartitions, *cols):
             At least one partition-by expression must be specified.
             When no explicit sort order is specified, "ascending nulls first" 
is assumed.
     
    +        [SPARK-26024] Note that due to performance reasons this method 
uses sampling to
    --- End diff --
    
    "[SPARK-26024]" can be removed too.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to