singhpk234 commented on code in PR #15272:
URL: https://github.com/apache/iceberg/pull/15272#discussion_r2781664109


##########
docs/docs/encryption.md:
##########
@@ -28,7 +28,7 @@ Currently, encryption is supported in the Hive and REST 
catalogs for tables with
 
 Two parameters are required to activate encryption of a table:
 
-1. Catalog property `encryption.kms-impl`, that specifies the class path for a 
client of a KMS ("key management service").
+1. Catalog property `encryption.kms-type`, that accepts `aws`, `azure` or 
`gcp`, or catalog property `encryption.kms-impl`, that specifies the class path 
for a client of a KMS ("key management service").

Review Comment:
   aws is specified and the impl is 
`org.apache.iceberg.aws.AwsKeyManagementClient` should we fail ? 
   i was thinking more of case gcp is specified and 
`org.apache.iceberg.aws.AwsKeyManagementClient` is specified 



-- 
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]

Reply via email to