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

Apache Spark commented on SPARK-10630:
--------------------------------------

User 'holdenk' has created a pull request for this issue:
https://github.com/apache/spark/pull/8779

> createDataFrame from a Java List<Row>
> -------------------------------------
>
>                 Key: SPARK-10630
>                 URL: https://issues.apache.org/jira/browse/SPARK-10630
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Xiangrui Meng
>            Priority: Minor
>
> It would be nice to support creating a DataFrame directly from a Java List of 
> Row:
> {code}
> def createDataFrame(data: java.util.List[Row], schema: StructType): DataFrame
> {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]

Reply via email to