smaheshwar-pltr commented on code in PR #13225:
URL: https://github.com/apache/iceberg/pull/13225#discussion_r2553372908
##########
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##########
@@ -321,7 +321,7 @@ protected void doCommit(TableMetadata base, TableMetadata
metadata) {
}
if (removedProps.contains(TableProperties.ENCRYPTION_TABLE_KEY)) {
- throw new RuntimeException("Cannot remove key in encrypted table");
+ throw new RuntimeException("Cannot remove encryption key ID from an
encrypted table");
Review Comment:
(Wanted to make this more descriptive on the REST side, changed here too for
Hive in this PR so tests pass)
--
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]