[ 
https://issues.apache.org/jira/browse/SPARK-22192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16191526#comment-16191526
 ] 

Asif Hussain Shahid edited comment on SPARK-22192 at 10/10/17 5:46 AM:
-----------------------------------------------------------------------

The PR opened for this bug is [https://github.com/apache/spark/pull/19421/files]


was (Author: ahshahid):
The PR opened for this bug is [https://github.com/SnappyDataInc/spark/pull/83]

> An RDD of nested POJO objects cannot be converted into a DataFrame using 
> SQLContext.createDataFrame API
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-22192
>                 URL: https://issues.apache.org/jira/browse/SPARK-22192
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.2.0
>         Environment: Independent of OS / platform
>            Reporter: Asif Hussain Shahid
>            Priority: Minor
>
> If an RDD contains nested POJO objects, then SQLContext.createDataFrame(RDD, 
> Class) api only handles the top level POJO object. It throws ScalaMatchError 
> exception when handling the nested POJO object as the code does not 
> recursively handle the nested POJOs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to