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

Joseph K. Bradley commented on SPARK-6292:
------------------------------------------

OK, I'll make tickets for those methods.  Are there other RDD methods falling 
under this ticket, or shall we close it?

> Add RDD methods to DataFrame to preserve schema
> -----------------------------------------------
>
>                 Key: SPARK-6292
>                 URL: https://issues.apache.org/jira/browse/SPARK-6292
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 1.3.0
>            Reporter: Joseph K. Bradley
>
> Users can use RDD methods on DataFrames, but they lose the schema and need to 
> reapply it.  For RDD methods which preserve the schema (such as randomSplit), 
> DataFrame should provide versions of those methods which automatically 
> preserve the schema.
> Here are a few I'd prioritize (for my use cases!)
> * randomSplit
> * sampleByKey + sampleByKeyExact
> ** Q: Should "key" be a single column, or should we support using a set of 
> columns as a key?



--
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