kevinjqliu commented on code in PR #1416:
URL: https://github.com/apache/iceberg-python/pull/1416#discussion_r1874539222
##########
pyiceberg/utils/deprecated.py:
##########
@@ -56,7 +56,6 @@ def deprecation_message(deprecated_in: str, removed_in: str,
help_message: Optio
def _deprecation_warning(message: str) -> None:
with warnings.catch_warnings(): # temporarily override warning handling
- warnings.simplefilter("always", DeprecationWarning) # turn off filter
Review Comment:
removing this setting, otherwise there's no way to override a warning
--
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]