danielhumanmod commented on code in PR #569: URL: https://github.com/apache/incubator-xtable/pull/569#discussion_r1877422586
########## xtable-api/src/main/java/org/apache/xtable/model/metadata/TableSyncMetadata.java: ########## @@ -51,6 +51,8 @@ public class TableSyncMetadata { /** Property name for the XTABLE metadata in the table metadata/properties */ public static final String XTABLE_METADATA = "XTABLE_METADATA"; + public static final String XTABLE_SOURCE_METADATA = "XTABLE_SOURCE_METADATA"; Review Comment: Good catch! The current metadata is table-level information, while the new one is commit-level, but it is true that we can reuse this key. -- 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: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org