Fokko commented on code in PR #419: URL: https://github.com/apache/iceberg-python/pull/419#discussion_r1524454409
########## 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: @Gowthami03B Is this something that you're interested in fixing? -- 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