ebyhr commented on code in PR #13922: URL: https://github.com/apache/iceberg/pull/13922#discussion_r2302851405
########## core/src/main/java/org/apache/iceberg/SnapshotSummary.java: ########## @@ -66,6 +66,7 @@ public class SnapshotSummary { public static final String REPLACED_MANIFESTS_COUNT = "manifests-replaced"; public static final String KEPT_MANIFESTS_COUNT = "manifests-kept"; public static final String PROCESSED_MANIFEST_ENTRY_COUNT = "entries-processed"; + public static final String WAP_BRANCH_PROP = "wap.branch"; Review Comment: How about moving this constant under STAGED_WAP_ID_PROP? -- 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