This is an automated email from the ASF dual-hosted git repository.
dbecker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from f55077007 IMPALA-12426: Switches the duration fields to be stored in
decimal seconds.
new 23a14a249 IMPALA-12852: Make Kudu service start and stop independent
new 72732da9d IMPALA-12609: Implement SHOW METADATA TABLES IN statement to
list Iceberg Metadata 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:
be/src/service/client-request-state.cc | 21 +++-
be/src/service/frontend.cc | 17 ++-
be/src/service/frontend.h | 18 +++-
be/src/service/impala-http-handler.cc | 2 +-
common/thrift/Frontend.thrift | 26 ++++-
fe/src/main/cup/sql-parser.cup | 12 +++
.../apache/impala/analysis/AnalysisContext.java | 18 +++-
.../impala/analysis/ShowMetadataTablesStmt.java | 119 +++++++++++++++++++++
.../org/apache/impala/analysis/ShowTablesStmt.java | 28 ++---
.../java/org/apache/impala/service/Frontend.java | 72 ++++++++++---
.../org/apache/impala/service/JniFrontend.java | 68 +++++++++---
.../org/apache/impala/analysis/AnalyzeDDLTest.java | 11 ++
.../org/apache/impala/analysis/ParserTest.java | 13 ++-
.../java/org/apache/impala/analysis/ToSqlTest.java | 17 ++-
.../authorization/AuthorizationStmtTest.java | 12 +++
testdata/bin/{kill-mini-dfs.sh => kill-kudu.sh} | 2 +-
testdata/bin/run-all.sh | 8 +-
.../bin/{kill-ranger-server.sh => run-kudu.sh} | 24 +++--
testdata/cluster/admin | 68 +++++++++---
.../functional/functional_schema_template.sql | 8 ++
.../queries/QueryTest/iceberg-metadata-tables.test | 32 ++++++
tests/authorization/test_authorization.py | 41 +++++++
22 files changed, 554 insertions(+), 83 deletions(-)
create mode 100644
fe/src/main/java/org/apache/impala/analysis/ShowMetadataTablesStmt.java
copy testdata/bin/{kill-mini-dfs.sh => kill-kudu.sh} (93%)
copy testdata/bin/{kill-ranger-server.sh => run-kudu.sh} (66%)