You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2023/01/05 03:41:00 UTC

[jira] [Assigned] (SPARK-41829) Implement Dataframe.sort,sortWithinPartitions Ordering

     [ https://issues.apache.org/jira/browse/SPARK-41829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-41829:
------------------------------------

    Assignee: Apache Spark

> Implement Dataframe.sort,sortWithinPartitions Ordering
> ------------------------------------------------------
>
>                 Key: SPARK-41829
>                 URL: https://issues.apache.org/jira/browse/SPARK-41829
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Connect
>    Affects Versions: 3.4.0
>            Reporter: Sandeep Singh
>            Assignee: Apache Spark
>            Priority: Major
>
> {code:java}
> File "/Users/s.singh/personal/spark-oss/python/pyspark/sql/connect/dataframe.py", line 422, in pyspark.sql.connect.dataframe.DataFrame.sort
> Failed example:
>     df.orderBy(["age", "name"], ascending=[False, False]).show()
> Exception raised:
>     Traceback (most recent call last):
>       File "/usr/local/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/doctest.py", line 1350, in __run
>         exec(compile(example.source, filename, "single",
>       File "<doctest pyspark.sql.connect.dataframe.DataFrame.sort[8]>", line 1, in <module>
>         df.orderBy(["age", "name"], ascending=[False, False]).show()
>     TypeError: DataFrame.sort() got an unexpected keyword argument 'ascending'
> **********************************************************************
> File "/Users/s.singh/personal/spark-oss/python/pyspark/sql/connect/dataframe.py", line 379, in pyspark.sql.connect.dataframe.DataFrame.sortWithinPartitions
> Failed example:
>     df.sortWithinPartitions("age", ascending=False)
> Exception raised:
>     Traceback (most recent call last):
>       File "/usr/local/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/doctest.py", line 1350, in __run
>         exec(compile(example.source, filename, "single",
>       File "<doctest pyspark.sql.connect.dataframe.DataFrame.sortWithinPartitions[1]>", line 1, in <module>
>         df.sortWithinPartitions("age", ascending=False)
>     TypeError: DataFrame.sortWithinPartitions() got an unexpected keyword argument 'ascending'{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org