kevinjqliu commented on PR #1246:
URL: https://github.com/apache/iceberg-python/pull/1246#issuecomment-2439024843

   Ah, do you have `_autocommit` set to `True`? 
   Since both delete and fast_append ultimately call transaction's `_apply` to 
queue up the updates, having `_autocommit` set to `True` will trigger commit 
each time.
   
   
https://github.com/apache/iceberg-python/blob/de976fe1719882c1fc13f02950e82b4d894276aa/pyiceberg/table/__init__.py#L260-L261


-- 
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

Reply via email to