Hey, I get a stack overflow when calling the following method on SQLContext.
def createDataFrame(rowRDD: JavaRDD[Row], columns: java.util.List[String]):
DataFrame = {
createDataFrame(rowRDD.rdd, columns.toSeq)
}
<https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala#L441>
The function will just call itself over and over.
If you consider this a bug as well I'll gladly open an JIRA issue :).
Cheers Jan
