Vinod KC created SPARK-8787:
-------------------------------

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