Gowthami03B commented on code in PR #419: URL: https://github.com/apache/iceberg-python/pull/419#discussion_r1524869065
########## pyiceberg/table/__init__.py: ########## @@ -1019,21 +1020,27 @@ def append(self, df: pa.Table) -> None: if len(self.spec().fields) > 0: raise ValueError("Cannot write to partitioned tables") - with self.update_snapshot().fast_append() as update_snapshot: Review Comment: Hey @Fokko , I am so sorry, have been away for a bit, I am gonna fix this today! -- 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