[
https://issues.apache.org/jira/browse/PARQUET-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17374892#comment-17374892
]
Xinli Shang commented on PARQUET-2062:
--------------------------------------
Great idea!
On Mon, Jul 5, 2021 at 1:03 AM Gabor Szadovszky (Jira) <[email protected]>
--
Xinli Shang
> Data masking(null) for column encryption
> -----------------------------------------
>
> Key: PARQUET-2062
> URL: https://issues.apache.org/jira/browse/PARQUET-2062
> Project: Parquet
> Issue Type: New Feature
> Components: parquet-mr
> Reporter: Xinli Shang
> Assignee: Xinli Shang
> Priority: Major
>
> When user doesn't have permisson on a column that are encrypted by the column
> encryption feature (parquet-1178), returning a masked value could avoid an
> exception and let the call succeed.
> We would like to introduce the data masking with null values. The idea is
> when the user gets key access denied and the user can accept null(via a
> reading option flag), we would return null for the encrypted columns. This
> solution doesn't need to save extra columns for masked value and doesn't need
> to translate existing data.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)