danielhumanmod commented on code in PR #569: URL: https://github.com/apache/incubator-xtable/pull/569#discussion_r1877435109
########## 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: And maybe we could consider moving the source format to table-level information and leaving the source identifier at the commit level to reduce redundancy. -- 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