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

Kousuke Saruta updated SPARK-37059:
-----------------------------------
    Description: 
The collect_set builtin function doesn't ensure the sort order of its result 
for each row. FPGrouthModel.freqItemsets also doesn't ensure the sort order of 
the result rows.
Nevertheless, thier doctests for PySpark assume a certain kind of sort order, 
causing that such doctests fail with Scala 2.13.


  was:
The collect_set builtin function doesn't ensure the sort order of its result 
for each row. FPGrouthModel.freqItemsets also doesn' ensure the sort order of 
the result rows.
Nevertheless, thier doctests for PySpark assume a certain kind of sort order, 
causing that such doctests fail with Scala 2.13.



> Ensure the sort order of the output in the PySpark doctests
> -----------------------------------------------------------
>
>                 Key: SPARK-37059
>                 URL: https://issues.apache.org/jira/browse/SPARK-37059
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark, Tests
>    Affects Versions: 3.3.0
>            Reporter: Kousuke Saruta
>            Assignee: Kousuke Saruta
>            Priority: Minor
>
> The collect_set builtin function doesn't ensure the sort order of its result 
> for each row. FPGrouthModel.freqItemsets also doesn't ensure the sort order 
> of the result rows.
> Nevertheless, thier doctests for PySpark assume a certain kind of sort order, 
> causing that such doctests fail with Scala 2.13.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to