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 28cff4022 IMPALA-14333: Run impala-py.test using Python3
new 6f3deabb9 IMPALA-14330: set a valid createEventId in global INVALIDATE
METADATA
new 0dfed8886 IMPALA-14383: Fix crash in casting timestamp string with
timezone offsets to DATE
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:
.../runtime/datetime-simple-date-format-parser.cc | 1 +
.../impala/catalog/CatalogServiceCatalog.java | 41 +++++++----
fe/src/main/java/org/apache/impala/catalog/Db.java | 7 ++
.../java/org/apache/impala/catalog/HdfsTable.java | 7 +-
.../org/apache/impala/catalog/IncompleteTable.java | 8 ++-
.../main/java/org/apache/impala/catalog/Table.java | 36 +++++++---
.../org/apache/impala/catalog/TableLoader.java | 2 +-
.../impala/catalog/events/MetastoreEvents.java | 3 +
.../metastore/CatalogMetastoreServiceHandler.java | 11 ++-
.../catalog/metastore/MetastoreServiceHandler.java | 2 +-
.../apache/impala/service/CatalogOpExecutor.java | 81 +++++++++++++++-------
.../CatalogHmsSyncToLatestEventIdTest.java | 4 +-
.../functional/functional_schema_template.sql | 13 ++++
.../datasets/functional/schema_constraints.csv | 4 ++
.../functional-query/queries/QueryTest/date.test | 29 ++++++++
tests/custom_cluster/test_concurrent_ddls.py | 15 ++++
16 files changed, 203 insertions(+), 61 deletions(-)