You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/07/23 18:32:32 UTC

[GitHub] [incubator-iceberg] aokolnychyi opened a new issue #307: Respect commit.manifest.target-size-bytes in MergeAppend and FastAppend

aokolnychyi opened a new issue #307: Respect commit.manifest.target-size-bytes in MergeAppend and FastAppend
URL: https://github.com/apache/incubator-iceberg/issues/307
 
 
   `MergeAppend` and `FastAppend` are writing all added files to a new manifest. `MergeAppend` also has logic to merge small manifests into bigger ones. However, there is no logic to prevent writing large manifests if the number of new files is big.
   
   We can respect `commit.manifest.target-size-bytes` in `MergeAppend` and `FastAppend` and split new files into multiple manifests.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org