[ 
https://issues.apache.org/jira/browse/SPARK-22614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16346923#comment-16346923
 ] 

Apache Spark commented on SPARK-22614:
--------------------------------------

User 'xubo245' has created a pull request for this issue:
https://github.com/apache/spark/pull/20456

> Expose range partitioning shuffle
> ---------------------------------
>
>                 Key: SPARK-22614
>                 URL: https://issues.apache.org/jira/browse/SPARK-22614
>             Project: Spark
>          Issue Type: Improvement
>          Components: Shuffle, SQL
>    Affects Versions: 2.3.0
>            Reporter: Adrian Ionescu
>            Assignee: Adrian Ionescu
>            Priority: Major
>             Fix For: 2.3.0
>
>
> Right now, the Dataset API only offers two possibilities for explicitly 
> repartitioning a dataset:
> - round robin partitioning, via {{def repartition(numPartitions: Int)}}
> - hash partitioning, via {{def repartition(numPartitions: Int, 
> partitionExprs: Column*)}}
> It would be useful to also expose range partitioning, which can, for example, 
> improve compression when writing data out to disk, or potentially enable new 
> use cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to