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

Yin Huai resolved SPARK-15914.
------------------------------
       Resolution: Fixed
         Assignee: Sean Zhong
    Fix Version/s: 2.0.0

This issue has been resolved by https://github.com/apache/spark/pull/13637.

> 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
>            Assignee: Sean Zhong
>             Fix For: 2.0.0
>
>
> 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 source code level backward 
> compatibility. 



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