Ankur Dave created SPARK-12298:
----------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]