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: [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]

Reply via email to