ggershinsky commented on code in PR #14392: URL: https://github.com/apache/iceberg/pull/14392#discussion_r2597448662
########## core/src/main/java/org/apache/iceberg/encryption/StandardEncryptionManager.java: ########## @@ -81,7 +81,7 @@ private TransientEncryptionState(KeyManagementClient kmsClient, List<EncryptedKe private transient volatile SecureRandom lazyRNG = null; /** - * @deprecated will be removed in 2.0. + * @deprecated will be removed in 1.12.0. Review Comment: should be ok to remove earlier. -- 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]
