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

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


    from 0c8fc997e IMPALA-12395: Override scan cardinality for optimized count 
star
     new 27d37a60c IMPALA-12024: Add catalog profile for createTable
     new b718d6386 IMPALA-11535: Skip older events in the event processor based 
on the latestRefreshEventID

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:
 be/src/catalog/catalog-server.cc                   |  10 +
 be/src/service/client-request-state.cc             |  17 +-
 be/src/service/impala-server.cc                    |  29 ++-
 be/src/service/impala-server.h                     |  10 +-
 be/src/util/backend-gflag-util.cc                  |   2 +
 common/thrift/BackendGflags.thrift                 |   2 +
 common/thrift/CatalogService.thrift                |   4 +
 .../java/org/apache/impala/catalog/Catalog.java    |  10 +
 .../java/org/apache/impala/catalog/HdfsTable.java  |  17 +-
 .../main/java/org/apache/impala/catalog/Table.java |   2 +-
 .../impala/catalog/events/MetastoreEvents.java     |  57 +++++-
 .../catalog/events/MetastoreEventsProcessor.java   |  11 ++
 .../org/apache/impala/service/BackendConfig.java   |   9 +
 .../apache/impala/service/CatalogOpExecutor.java   | 204 +++++++++++++++------
 .../java/org/apache/impala/service/Frontend.java   |   2 +-
 .../impala/service/KuduCatalogOpExecutor.java      |  67 ++++++-
 .../events/MetastoreEventsProcessorTest.java       |  44 +++++
 tests/custom_cluster/test_events_custom_configs.py |  64 +++++++
 tests/query_test/test_observability.py             |  60 ++++++
 19 files changed, 533 insertions(+), 88 deletions(-)

Reply via email to