Fokko opened a new issue, #270: URL: https://github.com/apache/iceberg-python/issues/270
### Feature Request / Improvement Add support for compaction. This rewrites the existing manifests into a single one, reducing the number of calls to the object store. This should follow the Java configuration keys: - `commit.manifest-merge.enabled`: Controls whether to automatically merge manifests on writes. - `commit.manifest.min-count-to-merge`: Minimum number of manifests to accumulate before merging. - `commit.manifest.target-size-bytes`: Target size when merging manifest files. -- 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.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