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 2015/12/12 03:53:46 UTC

[jira] [Assigned] (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 ]

Apache Spark reassigned SPARK-12298:
------------------------------------

    Assignee: Ankur Dave  (was: Apache Spark)

> 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
>
> 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