You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/09/15 17:41:54 UTC

[GitHub] [iceberg] flyrain commented on a change in pull request #3053: Data encryption MVP

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



##########
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() {
+    return false;
+  }
+
+

Review comment:
       Nit: an extra empty line




-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org