deniskuzZ commented on code in PR #5436:
URL: https://github.com/apache/hive/pull/5436#discussion_r1762575290
##########
iceberg/iceberg-catalog/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##########
@@ -254,6 +277,17 @@ public void renameTable(TableIdentifier from,
TableIdentifier originalTo) {
}
}
+ private void validateTableIsIcebergTableOrView(
Review Comment:
why isn't this part of IcebergTableUtil? is it like this in upstream
iceberg?
--
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]