rdblue commented on a change in pull request #25: Add the encryption metadata field to the DataFile schema URL: https://github.com/apache/incubator-iceberg/pull/25#discussion_r239650043
########## File path: api/src/main/java/com/netflix/iceberg/encryption/EncryptionTypes.java ########## @@ -0,0 +1,50 @@ +package com.netflix.iceberg.encryption; + +import com.netflix.iceberg.types.Types; + +import java.nio.ByteBuffer; + +public class EncryptionTypes { Review comment: With this much addition, I'm wondering if we should come up with a design doc for this? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services