ggershinsky commented on a change in pull request #3053:
URL: https://github.com/apache/iceberg/pull/3053#discussion_r722155939



##########
File path: 
api/src/main/java/org/apache/iceberg/encryption/EncryptedOutputFile.java
##########
@@ -31,6 +31,14 @@
  */
 public interface EncryptedOutputFile {
 
+  /**
+   * Use flat filestream encryption (default) or pushdown to native format 
encryption
+   */
+  default boolean useNativeEncryption() {

Review comment:
       this is a boolean flag for an action, so having a verb makes it clearer, 
I think.




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