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

holdenk commented on SPARK-10630:
---------------------------------

Sounds good to me :) I'll give it a shot :)

> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to