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

Apache Spark commented on SPARK-8787:
-------------------------------------

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

> 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
>            Priority: Trivial
>
> 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