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 134c28d44 IMPALA-13788: [DOCS] Docs for query options
SYNC_HMS_EVENTS_WAIT_TIME_S and SYNC_HMS_EVENTS_STRICT_MODE
new c4c9adf59 IMPALA-14386: Add benchmarks for Byte Stream Split encoding
new 001263f58 IMPALA-14514: Handle serializing bytes in bin/run-workload.py
new 3ce0004c1 IMPALA-14512: Remove dependency on sh python package
The 3 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/benchmarks/CMakeLists.txt | 1 +
.../parquet-byte-stream-split-decoder-benchmark.cc | 514 +++++++++++++++++++++
bin/run-workload.py | 5 +
bin/single_node_perf_run.py | 75 +--
infra/python/deps/requirements.txt | 1 -
5 files changed, 564 insertions(+), 32 deletions(-)
create mode 100644
be/src/benchmarks/parquet-byte-stream-split-decoder-benchmark.cc