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

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


    from 4cf0bfa83 IMPALA-12059: Deduplicate and filter warnings from Thrift 
compilation
     new 88275f327 IMPALA-12051: Propagate analytic tuple predicates of 
outer-joined InlineView
     new c209b5086 IMPALA-11904: Data cache support dumping for reloading
     new 58590376e IMPALA-12189: updateCatalog should handle failures in 
createTblTransaction

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:
 CMakeLists.txt                                     |   2 +-
 be/src/runtime/io/data-cache-test.cc               | 132 ++++++-
 be/src/runtime/io/data-cache.cc                    | 438 +++++++++++++++++++--
 be/src/runtime/io/data-cache.h                     |  62 ++-
 be/src/runtime/io/disk-io-mgr.cc                   |  14 +
 be/src/runtime/io/disk-io-mgr.h                    |   4 +
 be/src/scheduling/executor-group.cc                |  15 +
 be/src/service/impala-server.cc                    |   4 +
 be/src/util/cache/cache-internal.h                 |  16 +
 be/src/util/cache/cache.h                          |   8 +
 be/src/util/cache/lirs-cache.cc                    |  34 ++
 be/src/util/cache/rl-cache.cc                      |  14 +
 .../apache/impala/planner/SingleNodePlanner.java   |  66 ++--
 .../apache/impala/service/CatalogOpExecutor.java   |  33 +-
 .../java/org/apache/impala/util/DebugUtils.java    |  20 +
 .../PlannerTest/analytic-rank-pushdown.test        | 434 ++++++++++++++++++++
 .../queries/QueryTest/analytic-fns.test            |  84 ++++
 tests/common/impala_cluster.py                     |  13 +
 tests/custom_cluster/test_data_cache.py            | 209 +++++++---
 tests/query_test/test_acid.py                      |  14 +
 20 files changed, 1489 insertions(+), 127 deletions(-)

Reply via email to