vinishjail97 commented on code in PR #639:
URL: https://github.com/apache/incubator-xtable/pull/639#discussion_r1950239736


##########
xtable-utilities/src/main/java/org/apache/xtable/utilities/RunCatalogSync.java:
##########
@@ -316,6 +330,8 @@ public static class SourceTableIdentifier {
        * not strictly registered in a catalog, as long as the format and 
location are known
        */
       StorageIdentifier storageIdentifier;
+      /** Specifies properties of source table. */
+      Map<String, String> tableProperties;

Review Comment:
   ```
       public static class TableIdentifier {
         /**
          * Specifics the three level hierarchical table identifier for {@link
          * HierarchicalTableIdentifier}
          */
         String hierarchicalId;
         String partitionSpec;
       }
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to