You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Wenzhe Zhou (Jira)" <ji...@apache.org> on 2020/10/07 17:29:00 UTC

[jira] [Resolved] (IMPALA-10205) Avoid MD5 hash for data file path of IcebergTable

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

Wenzhe Zhou resolved IMPALA-10205.
----------------------------------
    Target Version: Impala 4.0
        Resolution: Fixed

> Avoid MD5 hash for data file path of IcebergTable
> -------------------------------------------------
>
>                 Key: IMPALA-10205
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10205
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Frontend
>    Affects Versions: Impala 4.0
>            Reporter: Wenzhe Zhou
>            Assignee: Wenzhe Zhou
>            Priority: Major
>              Labels: FIPS
>             Fix For: Impala 4.0
>
>
> To support FIPS, all new code have to use FIPS-approved algorithms. Current code generate data path hash in MD5 hash for Iceberg Table. But MD5 is one of forbidden algorithms for FIPS. Even for non-security purposes, like hash map, we still cannot use MD5  since CryptoComply libraries have no way to distinguish between hash function being used for non-security purposes versus security purposes. We have to get rid of the md5 in Iceberg table related code.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)