iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Implement rolling manifest-writers

Open Fokko opened this issue 1 year ago • 3 comments

Feature Request / Improvement

Once we get support for merge-append https://github.com/apache/iceberg-python/pull/363 operations, and also compaction in the future, it would be good to have rolling-manifest writers that open a new file once the manifest gets to a certain size (both bytes and number of entries). This makes sure that Iceberg tables have decent parallelization when doing query planning.

Fokko avatar Apr 10 '24 08:04 Fokko

Hi, I would like to give this a shot if no one else is currently working on this:) I see the java implementation has a RollingManifestWriter so I'd start there.

felixscherz avatar Apr 14 '24 18:04 felixscherz

This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.

github-actions[bot] avatar Oct 12 '24 00:10 github-actions[bot]

This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'

github-actions[bot] avatar Oct 26 '24 00:10 github-actions[bot]