kevinjqliu commented on issue #270: URL: https://github.com/apache/iceberg-python/issues/270#issuecomment-2715129289
Hi @ZENOTME thanks for bringing this up. In pyiceberg, `_SnapshotProducer` defines the general structure of "things that are changed to produce a new snapshot." The `_DeleteFiles`, `_FastAppendFiles`, and `_OverwriteFiles` follow this pattern. https://grep.app/search?f.repo=apache%2Ficeberg-python&q=%28_SnapshotProducer I think we can implement metadata compaction by overriding the behaviors of https://github.com/apache/iceberg-python/blob/b86d7d5885c1f9feec86cbffcb818738e41cd6c1/pyiceberg/table/update/snapshot.py#L197-L199 -- 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