Guosmilesmile opened a new pull request, #17316: URL: https://github.com/apache/iceberg/pull/17316
Previously, the `DataFileRewritePlanner` only logged the rewrite groups list without a count, making it hard to quickly see how many groups were planned. There was also no metric to monitor the number of planned groups per planning cycle, which is important for observability and troubleshooting. This PR adds a `plannedGroups` counter metric to `DataFileRewritePlanner` and improves the rewrite plan log message across all supported Flink versions. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
