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 Owen (JIRA)" <ji...@apache.org> on 2018/10/26 21:51:00 UTC

[jira] [Resolved] (SPARK-25821) Remove SQLContext methods deprecated as of Spark 1.4

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

Sean Owen resolved SPARK-25821.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0

Issue resolved by pull request 22815
[https://github.com/apache/spark/pull/22815]

> Remove SQLContext methods deprecated as of Spark 1.4
> ----------------------------------------------------
>
>                 Key: SPARK-25821
>                 URL: https://issues.apache.org/jira/browse/SPARK-25821
>             Project: Spark
>          Issue Type: Task
>          Components: SQL
>    Affects Versions: 2.4.0
>            Reporter: Sean Owen
>            Assignee: Sean Owen
>            Priority: Major
>             Fix For: 3.0.0
>
>
> There are several SQLContext methods that have been deprecate since Spark 1.4, like:
> {code:java}
> @deprecated("Use read.parquet() instead.", "1.4.0")
> @scala.annotation.varargs
> def parquetFile(paths: String*): DataFrame = {
>   if (paths.isEmpty) {
>     emptyDataFrame
>   } else {
>     read.parquet(paths : _*)
>   }
> }{code}
> Let's remove them in Spark 3.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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