majian1998 opened a new pull request, #11959: URL: https://github.com/apache/iceberg/pull/11959
Current Limitations: The rewrite manifest currently has limited parameters. To set or change the manifest size, you must go through the table config, which restricts flexibility. We wish for rewriting and setting the target size to be a unified operation that only impacts that particular rewrite. During tuning, we test various sizes for the manifest. In contrast, when rewriting data files, we can specify files directly without altering table properties, and other files remain unaffected by the target size. Consideration for Options: I initially considered using options to specify parameters, but since few are needed for rewriting the manifest, adding just one parameter for the target size seems sufficient. This approach is open to further discussion. -- 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