ndrluis commented on code in PR #1365:
URL: https://github.com/apache/iceberg-python/pull/1365#discussion_r1880601202
##########
pyiceberg/catalog/__init__.py:
##########
@@ -631,9 +631,9 @@ def drop_view(self, identifier: Union[str, Identifier]) ->
None:
"""
@deprecated(
- deprecated_in="0.8.0",
- removed_in="0.9.0",
- help_message="Support for parsing catalog level identifier in Catalog
identifiers is deprecated. Please refer to the table using only its namespace
and its table name.",
+ deprecate_in="0.8.0",
+ remove_in="0.9.0",
+ topic="Please refer to the table using only its namespace and its
table name.",
Review Comment:
I changed the topic attribute to 'addendum' and will improve the
documentation to clarify the output message for each case.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]