manuzhang commented on code in PR #17164: URL: https://github.com/apache/iceberg/pull/17164#discussion_r3772070295
########## docs/docs/metrics-reporting.md: ########## @@ -41,6 +41,7 @@ A [`CommitReport`](https://github.com/apache/iceberg/blob/main/core/src/main/jav * number of added/removed data/delete files * number of added/removed equality/positional delete files * number of added/removed equality/positional deletes +* metadata file size in bytes for the committed table metadata file (optional, may be null depending on catalog implementation) Review Comment: "null" is a Java detail; "may be absent" reads better in docs -- 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]
