bknbkn opened a new pull request, #9447: URL: https://github.com/apache/iceberg/pull/9447
This patch add `where` args in `RewritingManifestsProcedure`, It allows us to only rewrite the manifest file of the specified conditions. When we optimize the manifests of a large table, rewriting the manifests of the entire table will cost time, sometimes we only want to rewrite the manifests of the most recent partitions, then specifying the filter for rewriting manifests procedure will be helpful. Like `RewritingDatafilesProcedure`, `where` args is predicate as a string used for filtering the manifests. All manifests that may contain entry matching the filter will be selected for rewriting (the filter will be always true if it don't contain any partition field) -- 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