[ 
https://issues.apache.org/jira/browse/SPARK-6970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Muller closed SPARK-6970.
------------------------------

Undocumented parts of DataFrames were deprecated

> Document what the options: Map[String, String] does on DataFrame.save and 
> DataFrame.saveAsTable
> -----------------------------------------------------------------------------------------------
>
>                 Key: SPARK-6970
>                 URL: https://issues.apache.org/jira/browse/SPARK-6970
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 1.3.0
>            Reporter: John Muller
>            Priority: Trivial
>              Labels: DataFrame
>             Fix For: 1.4.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The save options on DataFrames are not easily discerned:
> [ResolvedDataSource.apply|https://github.com/apache/spark/blob/b75b3070740803480d235b0c9a86673721344f30/sql/core/src/main/scala/org/apache/spark/sql/sources/ddl.scala#L222]
>   is where the pattern match occurs:
> {code:title=ddl.scala|borderStyle=solid}
> case dataSource: SchemaRelationProvider =>
> dataSource.createRelation(sqlContext, new CaseInsensitiveMap(options), schema)
> {code}
> Implementing classes are currently: TableScanSuite, JSONRelation, and 
> newParquet



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