This is an automated email from the ASF dual-hosted git repository.

boroknagyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.


    from 1943008  IMPALA-8427: [DOCS] Document the new startup flag IMPALA-7800 
introduced
     new 3f74171  IMPALA-8681: Only show ValidWriteIdLists for Acid tables
     new d5ea0d6  [DOCS] A typo fix in impala_metadata
     new 99cfa92  IMPALA-8736: test_hive_parquet_codec_interop fails on S3
     new b1cbf9e  IMPALA-8710: Increase allowed bit width to 64 for bit packing

The 4 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/bit-packing-benchmark.cc         | 198 ++++++++++-----------
 be/src/util/CMakeLists.txt                         |   2 +-
 be/src/util/bit-packing-test.cc                    |  26 +--
 be/src/util/bit-packing.h                          |  10 +-
 be/src/util/bit-packing.inline.h                   | 103 ++++++-----
 be/src/util/bit-stream-utils-test.cc               | 147 +++++++++++++--
 be/src/util/bit-stream-utils.h                     |  39 +++-
 be/src/util/bit-stream-utils.inline.h              |  87 +++++++--
 be/src/util/rle-encoding.h                         |   6 +-
 be/src/util/rle-test.cc                            |   2 +-
 docs/topics/impala_metadata.xml                    |   4 +-
 .../apache/impala/analysis/StmtMetadataLoader.java |  17 +-
 .../impala/analysis/StmtMetadataLoaderTest.java    |   5 +-
 .../queries/QueryTest/acid-profile.test            |  18 ++
 tests/common/skip.py                               |   6 +
 .../test_hive_parquet_codec_interop.py             |   2 +
 tests/query_test/test_acid.py                      |  10 +-
 17 files changed, 465 insertions(+), 217 deletions(-)
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/acid-profile.test

Reply via email to