ggershinsky commented on code in PR #14752:
URL: https://github.com/apache/iceberg/pull/14752#discussion_r2602762128
##########
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java:
##########
@@ -215,24 +207,20 @@ the table key parameter (along with existing snapshots)
in the file, making the
? Integer.parseInt(dekLengthFromHMS)
: TableProperties.ENCRYPTION_DEK_LENGTH_DEFAULT;
- encryptedKeysFromMetadata =
Optional.ofNullable(current().encryptionKeys());
+ encryptedKeys =
Review Comment:
Thanks @smaheshwar-pltr and @szlta , I also think it's cleaner to re-init
the EM upon refresh.
--
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]