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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org