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/04/18 06:10:24 UTC

[GitHub] [iceberg] ggershinsky commented on pull request #2479: Spark: Remove the shading of org.codehaus.jackson.

ggershinsky commented on pull request #2479:
URL: https://github.com/apache/iceberg/pull/2479#issuecomment-821940635


   > the community is trying to use Parquet 1.12 to enable PME
   
   > Our re-shading of org.codehaus.jackson breaks Parquet encryption
   
   Some clarification. According to the current design draft in the community, Iceberg will use a part of PME in Parquet-1.12 - the part that implements the spec, and doesn't need the codehaus jackson (or any other json lib). The other part, that implements a Parquet version of key management, will not be used, because Iceberg will have project-wide modules with encryption API and key management that work the same for Parquet, ORC, Avro data files and for all metadata files. Only these modules will need a json lib; Iceberg will be free from PME key manager dependency on codehaus jackson.


-- 
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:
users@infra.apache.org



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