This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 55804f787 IMPALA-12959: Calcite planner: Implement count star
optimization...
new 4fea5260c IMPALA-14030: Fix buffer underflow when base64 decoding 0
length binaries
new b9419ee32 IMPALA-13923: Support more compression levels for ZSTD and
ZLIB
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/exec/parquet/hdfs-parquet-table-writer.cc | 12 ++--
be/src/exec/text-converter.inline.h | 2 +-
be/src/runtime/tmp-file-mgr.cc | 1 -
be/src/runtime/tmp-file-mgr.h | 8 +--
be/src/service/query-options-test.cc | 70 +++++++++++++++++++----
be/src/service/query-options.cc | 14 ++---
be/src/util/codec.cc | 45 +++++++++------
be/src/util/codec.h | 16 +++---
be/src/util/coding-util-test.cc | 10 ++++
be/src/util/coding-util.cc | 6 ++
be/src/util/compress.cc | 71 ++++++++++++++++++++----
be/src/util/compress.h | 27 +++++++--
be/src/util/decompress-test.cc | 30 +++++++---
be/src/util/parse-util.cc | 32 ++++++-----
be/src/util/parse-util.h | 3 +-
15 files changed, 256 insertions(+), 91 deletions(-)