ggershinsky commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1699502474
########## hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java: ########## @@ -106,18 +112,40 @@ public static String translateToIcebergProp(String hmsProp) { private final long maxHiveTablePropertySize; private final int metadataRefreshMaxRetries; private final FileIO fileIO; + private final KeyManagementClient keyManagementClient; private final ClientPool<IMetaStoreClient, TException> metaClients; + private final long kekCacheTimeout; + private EncryptionManager encryptionManager; + private EncryptingFileIO encryptingFileIO; + private boolean encryptedTable; + private String encryptionKeyId; + private int encryptionDekLength; + + /** Tests only */ Review Comment: I'll remove this comment. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org