Gowthami03B commented on code in PR #419:
URL: https://github.com/apache/iceberg-python/pull/419#discussion_r1488029645
##########
pyiceberg/table/__init__.py:
##########
@@ -974,7 +974,7 @@ def name_mapping(self) -> NameMapping:
else:
return create_mapping_from_schema(self.schema())
- def append(self, df: pa.Table) -> None:
+ def append(self, df: pa.Table, **snapshot_properties) -> None:
Review Comment:
Sounds good, I was worried about evolving API as well. Thanks!
--
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]