Re: [I] Support compaction [iceberg-python]

2024-01-30 Thread via GitHub
HonahX commented on issue #270: URL: https://github.com/apache/iceberg-python/issues/270#issuecomment-1917560747 I am interested in taking this if no one has started working on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[I] Support compaction [iceberg-python]

2024-01-16 Thread via GitHub
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