manuzhang commented on code in PR #12990:
URL: https://github.com/apache/iceberg/pull/12990#discussion_r2079333822
##
open-api/rest-catalog-open-api.yaml:
##
@@ -3775,6 +3775,9 @@ components:
properties:
table-name:
type: string
+timestamp-mill
nastra commented on code in PR #12990:
URL: https://github.com/apache/iceberg/pull/12990#discussion_r2079250755
##
open-api/rest-catalog-open-api.yaml:
##
@@ -3775,6 +3775,9 @@ components:
properties:
table-name:
type: string
+timestamp-millis:
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 TABL
nastra commented on code in PR #12990:
URL: https://github.com/apache/iceberg/pull/12990#discussion_r2076833232
##
.palantir/revapi.yml:
##
@@ -1178,6 +1178,9 @@ acceptedBreaks:
new: "class org.apache.iceberg.Metrics"
justification: "Java serialization across versi
nastra commented on code in PR #12990:
URL: https://github.com/apache/iceberg/pull/12990#discussion_r2076832653
##
core/src/main/java/org/apache/iceberg/metrics/CommitReport.java:
##
@@ -27,6 +27,8 @@ public interface CommitReport extends MetricsReport {
String tableName();