Skip to content

Remove deprecated BaseMetastoreCatalog.dropTableData#1841

Merged
rdblue merged 1 commit into
apache:masterfrom
pvary:removedeprecated
Nov 27, 2020
Merged

Remove deprecated BaseMetastoreCatalog.dropTableData#1841
rdblue merged 1 commit into
apache:masterfrom
pvary:removedeprecated

Conversation

@pvary

@pvary pvary commented Nov 27, 2020

Copy link
Copy Markdown
Contributor

As discussed we should deprecate this in 0.11.0:


Because this was protected, I think we should keep it and just delegate to where the method moved. We can also deprecated it and set a version when it will be removed:

  /**
   * ...
   * @deprecated will be removed in 0.11.0; use CatalogUtil.dropTableData instead.
   */

Originally posted by @rdblue in #1481 (comment)

@github-actions github-actions Bot added the core label Nov 27, 2020
@pvary

pvary commented Nov 27, 2020

Copy link
Copy Markdown
Contributor Author

@rdblue or @shardulm94: Could you please check this out after Thanksgiving?
Thanks,
Peter

@rdblue rdblue merged commit fd9f653 into apache:master Nov 27, 2020
@rdblue

rdblue commented Nov 27, 2020

Copy link
Copy Markdown
Contributor

Thanks for remembering to do this! Always good to remove deprecated methods when we can.

@pvary pvary deleted the removedeprecated branch November 27, 2020 19:05
@pvary

pvary commented Nov 27, 2020

Copy link
Copy Markdown
Contributor Author

Thanks for remembering to do this! Always good to remove deprecated methods when we can.

To be honest, I forgot this one too, but stumbled upon the code accidentally 😄
Thanks for the merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants