Xiaomeng Zhang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15391
Change subject: IMPALA-9446 Fix bug that impala failed to read zstd file on s3 ...................................................................... IMPALA-9446 Fix bug that impala failed to read zstd file on s3 S3 filesystem doesn't have a block concept, so scheduler split each file into a smaller scan ranges. Adding ZSTD as a case in the switch statement fixes this bug. Testing done: In mini-cluster, read external table locates on s3 zstd file. Change-Id: I13f8837fda7454ddb4bb47d20a675d6315a3462d --- M be/src/util/flat_buffer.cc 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/15391/1 -- To view, visit http://gerrit.cloudera.org:8080/15391 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I13f8837fda7454ddb4bb47d20a675d6315a3462d Gerrit-Change-Number: 15391 Gerrit-PatchSet: 1 Gerrit-Owner: Xiaomeng Zhang <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
