Sorry, missed that issue :)

> On 24 Apr 2015, at 15:17, yash datta <[email protected]> wrote:
> 
> This is already reported :
> 
> https://issues.apache.org/jira/browse/SPARK-6999 
> <https://issues.apache.org/jira/browse/SPARK-6999>
> On 24 Apr 2015 18:11, "Jan-Paul Bultmann" <[email protected] 
> <mailto:[email protected]>> wrote:
> 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
>  
> <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

Reply via email to