Reynold Xin created SPARK-6958:
----------------------------------
Summary: sort
Key: SPARK-6958
URL: https://issues.apache.org/jira/browse/SPARK-6958
Project: Spark
Issue Type: Sub-task
Reporter: Reynold Xin
Assignee: Davies Liu
Support something like this
{code}
df.sort('A', ascending=True)
df.sort(['A', 'B'], ascending=True)
df.sort(['A', 'B'], ascending=[1, 0])
{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]