Fokko commented on issue #2201: URL: https://github.com/apache/iceberg-python/issues/2201#issuecomment-3079986442
To add to the above, the `upsert` produces both `DELETE` and `APPEND` operations, we could of course merge consecutive `APPEND` operations. The question here is, should the user just call `transaction.append` just once, or should PyIceberg merge it under the cover? I would be leaning towards the first, since that would also produce a single Parquet file, instead of two. I don't think we should rewrite Parquet files on an `append` call. -- 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