You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Zhong (JIRA)" <ji...@apache.org> on 2016/06/13 23:24:57 UTC

[jira] [Updated] (SPARK-15914) Add deprecated method back to SQLContext for source code backward compatiblity

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

Sean Zhong updated SPARK-15914:
-------------------------------
    Summary: Add deprecated method back to SQLContext for source code backward compatiblity  (was: Add deprecated method back to SQLContext for backward compatiblity)

> Add deprecated method back to SQLContext for source code backward compatiblity
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-15914
>                 URL: https://issues.apache.org/jira/browse/SPARK-15914
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Sean Zhong
>
> We removed some deprecated method in SQLContext in branch Spark 2.0.
> For example:
> {code}
>   @deprecated("Use read.json(). This will be removed in Spark 2.0.", "1.4.0")
>   def jsonFile(path: String): DataFrame = {
>     read.json(path)
>   }
> {code}
> These deprecated method may be used by existing third party data source. We probably want to add them back to remain backward-compatibiity. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org