szehon-ho commented on code in PR #16859:
URL: https://github.com/apache/iceberg/pull/16859#discussion_r3817891209


##########
core/src/main/java/org/apache/iceberg/MetadataTableUtils.java:
##########
@@ -70,6 +70,8 @@ private static Table createMetadataTableInstance(
         return new SnapshotsTable(baseTable, metadataTableName);
       case METADATA_LOG_ENTRIES:
         return new MetadataLogEntriesTable(baseTable, metadataTableName);
+      case TABLE_PROPERTIES_LOG:
+        return new TablePropertiesLogTable(baseTable, metadataTableName);

Review Comment:
   Thank you @singhpk234 for sharing the experience (especially wrt security) , 
im ok then to see the POC.  I suppose by default the spark/flink engines wont 
mask anything



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to