nastra commented on code in PR #12990: URL: https://github.com/apache/iceberg/pull/12990#discussion_r2078944246
########## core/src/main/java/org/apache/iceberg/metrics/CommitReportParser.java: ########## @@ -26,6 +26,7 @@ public class CommitReportParser { private static final String TABLE_NAME = "table-name"; + private static final String TIMESTAMP_MILLIS = "timestamp-millis"; Review Comment: FYI this will also require adding this to the OpenAPI spec -- 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