You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Gang Wu (Jira)" <ji...@apache.org> on 2023/03/26 06:01:00 UTC

[jira] [Resolved] (PARQUET-2208) Add details to nested column encryption config doc and exception text

     [ https://issues.apache.org/jira/browse/PARQUET-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gang Wu resolved PARQUET-2208.
------------------------------
      Assignee: Gidon Gershinsky
    Resolution: Fixed

> Add details to nested column encryption config doc and exception text
> ---------------------------------------------------------------------
>
>                 Key: PARQUET-2208
>                 URL: https://issues.apache.org/jira/browse/PARQUET-2208
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-mr
>    Affects Versions: 1.12.3
>            Reporter: Gidon Gershinsky
>            Assignee: Gidon Gershinsky
>            Priority: Minor
>
> Parquet columnar encryption requires an explicit full path for each column to be encrypted. If a partial path is configured, the thrown exception is not informative enough, doesn't help much in correcting the parameters.
> The goal is to make the exception print something like:
> _Caused by: org.apache.parquet.crypto.ParquetCryptoRuntimeException: Encrypted column [rider] not in file schema column list: [foo] , [rider.list.element.foo] , [rider.list.element.bar] , [ts] , [uuid]_
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)