qzyu999 commented on code in PR #3131:
URL: https://github.com/apache/iceberg-python/pull/3131#discussion_r3002985921
##########
pyiceberg/table/__init__.py:
##########
@@ -450,6 +450,32 @@ def update_statistics(self) -> UpdateStatistics:
"""
return UpdateStatistics(transaction=self)
+ def replace(
Review Comment:
Hi @kevinjqliu, I think that logic makes sense, as it would be dangerous for
users to use these without being able to enforce the underlying expectations of
the values input to these functions. Removed them in
94bd87e1d64f8ee524dd46b789e90eacbe471076
--
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]