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

Patrick Wendell commented on SPARK-6561:
----------------------------------------

FYI - I just removed "Affects Version's" since that is only for bugs (to 
indicate which version has the bug).

> Add partition support in saveAsParquet
> --------------------------------------
>
>                 Key: SPARK-6561
>                 URL: https://issues.apache.org/jira/browse/SPARK-6561
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Jianshi Huang
>
> Now ParquetRelation2 supports automatic partition discovery which is very 
> nice. 
> When we save a DataFrame into Parquet files, we also want to have it 
> partitioned.
> The proposed API looks like this:
> {code}
> def saveAsParquetFile(path: String, partitionColumns: Seq[String])
> {code}
> Jianshi



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