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

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


    from 09d2f10f4 IMPALA-13040: Add waiting mechanism in UpdateFilterFromRemote
     new 68f8a6a1d IMPALA-12607: Bump the GBN and fetch events specific to the 
db/table from the metastore
     new 3cbb3be5f IMPALA-13018: Block push down of conjuncts with implicit 
casting on base columns for jdbc tables

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:
 bin/impala-config.sh                               |  22 +-
 .../org/apache/impala/compat/MetastoreShim.java    |   6 +
 .../org/apache/impala/compat/MetastoreShim.java    |  20 ++
 .../catalog/events/MetastoreEventsProcessor.java   | 118 +++++++--
 .../apache/impala/planner/DataSourceScanNode.java  |  32 ++-
 .../events/MetastoreEventsProcessorTest.java       |  76 ++++++
 .../CatalogHmsSyncToLatestEventIdTest.java         |   2 +-
 java/shaded-deps/hive-exec/pom.xml                 |   2 +
 .../queries/PlannerTest/constant-folding.test      |   4 +-
 .../queries/PlannerTest/data-source-tables.test    | 269 ++++++++++++++++++++-
 .../queries/PlannerTest/small-query-opt.test       |   2 +-
 tests/query_test/test_tpcds_queries.py             |   5 +-
 12 files changed, 500 insertions(+), 58 deletions(-)

Reply via email to