This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from b581e4528 IMPALA-14606: (addendum) Install Python 3 for RHEL8
new 1684c2d9d IMPALA-14131: Add flag to configure the default value of
'impala.disableHmsSync'
new ddd82e02b IMPALA-14065: Support WHERE clause in SHOW PARTITIONS
statement
new bf517d332 IMPALA-14610: Bump up arrow version to 15.0.0
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:
be/src/catalog/catalog-server.cc | 6 +
be/src/util/backend-gflag-util.cc | 2 +
bin/impala-config.sh | 8 +-
common/thrift/BackendGflags.thrift | 2 +
common/thrift/Frontend.thrift | 2 +
.../org/apache/impala/compat/MetastoreShim.java | 2 +-
fe/src/main/cup/sql-parser.cup | 2 +
.../apache/impala/analysis/AnalysisContext.java | 6 +
.../org/apache/impala/analysis/PartitionSet.java | 2 +-
.../org/apache/impala/analysis/ShowStatsStmt.java | 149 +++++++-
.../impala/catalog/CatalogServiceCatalog.java | 11 +-
.../java/org/apache/impala/catalog/FeFsTable.java | 242 ++++++++-----
.../impala/catalog/events/MetastoreEvents.java | 12 +-
.../apache/impala/planner/HdfsPartitionFilter.java | 7 +-
.../apache/impala/planner/HdfsPartitionPruner.java | 19 +-
.../apache/impala/planner/SingleNodePlanner.java | 2 +-
.../org/apache/impala/service/BackendConfig.java | 8 +
.../java/org/apache/impala/service/Frontend.java | 12 +-
.../org/apache/impala/service/JniFrontend.java | 4 +-
.../org/apache/impala/analysis/AnalyzeDDLTest.java | 82 +++++
.../org/apache/impala/analysis/ParserTest.java | 20 ++
.../calcite/rel/util/PrunedPartitionHelper.java | 6 +-
.../apache/impala/calcite/schema/CalciteTable.java | 3 +-
.../queries/QueryTest/show-stats.test | 376 +++++++++++++++++++++
tests/custom_cluster/test_events_custom_configs.py | 67 ++++
tests/metadata/test_metadata_query_statements.py | 39 +++
26 files changed, 980 insertions(+), 111 deletions(-)