rdblue commented on issue #451: Encryption not working
URL: 
https://github.com/apache/incubator-iceberg/issues/451#issuecomment-528640610
 
 
   @bsannicolas, I think what's happening is that scan planning doesn't project 
the encryption metadata column. You can see the columns it uses here: 
https://github.com/apache/incubator-iceberg/blob/master/core/src/main/java/org/apache/iceberg/DataTableScan.java#L41-L44
   
   I think if you add encryption metadata to that list, you'd be able to read 
the files.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to