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

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


    from a5f6c26  IMPALA-2536: Make ColumnType constructor explicit
     new 03af0b2  IMPALA-10422: EXPLAIN statements leak ACID transactions and 
locks
     new 4968055  IMPALA-10182: Don't add inferred identity predicates to 
SELECT node
     new 1d5fe27  IMPALA-6434: Add support to decode RLE_DICTIONARY encoded 
pages

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/exec/parquet/hdfs-parquet-scanner.cc        |   9 +-
 be/src/exec/parquet/hdfs-parquet-table-writer.cc   |  37 +++++--
 be/src/exec/parquet/parquet-column-chunk-reader.cc |   2 +
 be/src/exec/parquet/parquet-column-readers.cc      |  18 ++--
 be/src/exec/parquet/parquet-common.h               |   7 ++
 be/src/exec/parquet/parquet-metadata-utils.cc      |   1 +
 .../apache/impala/planner/SingleNodePlanner.java   |  18 +++-
 .../java/org/apache/impala/service/Frontend.java   |   4 +-
 testdata/data/README                               |   7 ++
 testdata/data/alltypes_tiny_rle_dictionary.parquet | Bin 0 -> 3646 bytes
 .../queries/PlannerTest/inline-view.test           | 113 +++++++++++++++++++++
 .../queries/QueryTest/acid-insert.test             |   3 +
 .../queries/QueryTest/inline-view.test             |  36 +++++++
 .../queries/QueryTest/parquet-rle-dictionary.test  |  16 +++
 tests/query_test/test_scanners.py                  |   6 ++
 15 files changed, 250 insertions(+), 27 deletions(-)
 create mode 100644 testdata/data/alltypes_tiny_rle_dictionary.parquet
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/parquet-rle-dictionary.test

Reply via email to