Wenzhe Zhou has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16534
Change subject: IMPALA-10205: Replace MD5 hash with SHA-512 for generating datafile path hash ...................................................................... IMPALA-10205: Replace MD5 hash with SHA-512 for generating datafile path hash Current code generate data path hash in MD5 for Iceberg Table. But MD5 is one of forbidden algorithms for FIPS. Thia patch replace MD5 with FIPS-approved algorithm SHA-512. Testing: - Passed core tests. Change-Id: If7c805f2fdf0cf5a69738579c7e55f4bd047ed59 --- M common/thrift/CatalogObjects.thrift M fe/src/main/java/org/apache/impala/catalog/FeIcebergTable.java M fe/src/main/java/org/apache/impala/catalog/IcebergTable.java M fe/src/main/java/org/apache/impala/catalog/local/LocalIcebergTable.java M fe/src/main/java/org/apache/impala/planner/IcebergScanNode.java M fe/src/main/java/org/apache/impala/util/IcebergUtil.java 6 files changed, 22 insertions(+), 22 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/34/16534/1 -- To view, visit http://gerrit.cloudera.org:8080/16534 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If7c805f2fdf0cf5a69738579c7e55f4bd047ed59 Gerrit-Change-Number: 16534 Gerrit-PatchSet: 1 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: wangsheng <[email protected]>
