You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/12/24 13:19:50 UTC

[jira] [Updated] (SPARK-12298) Infinite loop in DataFrame.sortWithinPartitions(String, String*)

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

Sean Owen updated SPARK-12298:
------------------------------
    Fix Version/s:     (was: 1.6.1)
                       (was: 2.0.0)
                   1.6.0

> Infinite loop in DataFrame.sortWithinPartitions(String, String*)
> ----------------------------------------------------------------
>
>                 Key: SPARK-12298
>                 URL: https://issues.apache.org/jira/browse/SPARK-12298
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.6.0
>            Reporter: Ankur Dave
>            Assignee: Ankur Dave
>             Fix For: 1.6.0
>
>
> The String overload of DataFrame.sortWithinPartitions calls itself when it should call the Column overload, causing an infinite loop:
> {code}
> Exception in thread "main" java.lang.StackOverflowError
> 	at org.apache.spark.sql.DataFrame.sortWithinPartitions(DataFrame.scala:612)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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