Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-4926: Upgrade LZ4 to 1.7.5 ......................................................................
IMPALA-4926: Upgrade LZ4 to 1.7.5 LZ4 has deprecated the method names LZ4_compress and LZ4_uncompress, so rename those to their new versions LZ4_compress_default() and LZ4_decompress_fast() respectively. Otherwise no changes are required for compatibility with LZ4 1.7.5. Change-Id: I10e4561d0e940fa15ca8248c8277acfc6dff3da3 Reviewed-on: http://gerrit.cloudera.org:8080/6030 Reviewed-by: Jim Apple <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/util/compress.cc M be/src/util/decompress.cc M bin/impala-config.sh 3 files changed, 6 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Verified Jim Apple: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6030 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I10e4561d0e940fa15ca8248c8277acfc6dff3da3 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Henry Robinson <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Jim Apple <[email protected]>
