pvary opened a new pull request #1841:
URL: https://github.com/apache/iceberg/pull/1841
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
https://github.com/apache/iceberg/pull/1481#discussion_r493965672_
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]