[
https://issues.apache.org/jira/browse/SPARK-11508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-11508:
------------------------------------
Assignee: Apache Spark
> Add Python API for repartition and sortWithinPartitions
> -------------------------------------------------------
>
> Key: SPARK-11508
> URL: https://issues.apache.org/jira/browse/SPARK-11508
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Reporter: Reynold Xin
> Assignee: Apache Spark
>
> We added a few new methods in 1.6 that are still missing in Python:
> {code}
> def repartition(numPartitions: Int, partitionExprs: Column*): DataFrame
> def repartition(partitionExprs: Column*): DataFrame
> def sortWithinPartitions(sortExprs: Column*): DataFrame
> def sortWithinPartitions(sortCol: String, sortCols: String*): DataFrame
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]