You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Vinod KC (JIRA)" <ji...@apache.org> on 2015/07/02 10:21:04 UTC

[jira] [Created] (SPARK-8787) Change the parameter order of @deprecated in package object sql

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org