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

Sean Owen updated SPARK-8787:
-----------------------------
    Assignee: Vinod KC

> Change the parameter  order of @deprecated in package object sql
> ----------------------------------------------------------------
>
>                 Key: SPARK-8787
>                 URL: https://issues.apache.org/jira/browse/SPARK-8787
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Vinod KC
>            Assignee: Vinod KC
>            Priority: Trivial
>             Fix For: 1.5.0, 1.4.2
>
>
> Parameter order of @deprecated annotation  in package object sql is wrong 
> deprecated("1.3.0", "use DataFrame") .
> This has to be changed to  deprecated("use DataFrame", "1.3.0")



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