pvary commented on code in PR #15010:
URL: https://github.com/apache/iceberg/pull/15010#discussion_r2685551716


##########
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##########
@@ -911,4 +911,27 @@ public View create() {
       return super.create();
     }
   }
+
+  @Override
+  public org.apache.iceberg.Table registerTable(

Review Comment:
   Could we add some javadoc here?
   So future generations will understand that this is only to enforce the same 
validation behavior between the different catalog implementations.



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