omalley edited a comment on issue #20: Encryption in Data Files
URL:
https://github.com/apache/incubator-iceberg/issues/20#issuecomment-443383660
Ok, I'd separate out the key information from the encryption data:
```
struct KeyDescription {
String keyName;
int keyVersion
omalley edited a comment on issue #20: Encryption in Data Files
URL:
https://github.com/apache/incubator-iceberg/issues/20#issuecomment-443363218
I understand that column encryption take file format support and that isn't
available yet, although it will be available for ORC soon.
I