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

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

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

Apache Spark commented on SPARK-15914:
--------------------------------------

User 'clockfly' has created a pull request for this issue:
https://github.com/apache/spark/pull/13637

> Add deprecated method back to SQLContext for 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