Skip to content

Conversation

@vinodkc
Copy link
Contributor

@vinodkc vinodkc commented Jul 2, 2015

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

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@sarutak
Copy link
Member

sarutak commented Jul 2, 2015

ok to test.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented Jul 2, 2015

Test build #36374 has started for PR 7183 at commit 700911c.

@sarutak
Copy link
Member

sarutak commented Jul 2, 2015

Thanks for reporting this issue @vinodkc. Could you add a brief description?

@vinodkc
Copy link
Contributor Author

vinodkc commented Jul 2, 2015

Added description

@sarutak
Copy link
Member

sarutak commented Jul 2, 2015

Thanks. I'll merge this once the test pass.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you put the warning message just like "Use DataFrame" as with any other warning messages.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the message to "use DataFrame"

@SparkQA
Copy link

SparkQA commented Jul 2, 2015

Test build #36374 has finished for PR 7183 at commit 700911c.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented Jul 2, 2015

Test build #36387 has started for PR 7183 at commit 1cbdbe8.

@SparkQA
Copy link

SparkQA commented Jul 2, 2015

Test build #36387 has finished for PR 7183 at commit 1cbdbe8.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

asfgit pushed a commit that referenced this pull request Jul 2, 2015
…object sql

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

Author: Vinod K C <vinod.kc@huawei.com>

Closes #7183 from vinodkc/fix_deprecated_param_order and squashes the following commits:

1cbdbe8 [Vinod K C] Modified the message
700911c [Vinod K C] Changed order of parameters

(cherry picked from commit c572e25)
Signed-off-by: Sean Owen <sowen@cloudera.com>
@asfgit asfgit closed this in c572e25 Jul 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants