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 7c53e87aa IMPALA-12833: Enabled
'catalogd_ha_reset_metadata_on_failover' by default
new 96964be7a IMPALA-12815: Support timestamp for scan predicates for
external data source table.
new 784971c01 IMPALA-12851: Fix AllocWriteIdEvent process issue to add
txnId-tableWriteIds mapping
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:
.../impala/catalog/CatalogServiceCatalog.java | 8 +
.../org/apache/impala/catalog/TableWriteId.java | 2 +-
.../impala/catalog/events/MetastoreEvents.java | 57 +++----
.../apache/impala/planner/DataSourceScanNode.java | 11 +-
.../events/MetastoreEventsProcessorTest.java | 168 +++++++++++++++++++++
.../CatalogHmsSyncToLatestEventIdTest.java | 5 +-
.../queries/PlannerTest/data-source-tables.test | 22 +++
.../impala-ext-jdbc-tables-predicates.test | 141 +++++++++++++++++
.../queries/QueryTest/jdbc-data-source.test | 141 +++++++++++++++++
.../queries/QueryTest/mysql-ext-jdbc-tables.test | 141 +++++++++++++++++
10 files changed, 652 insertions(+), 44 deletions(-)