This is an automated email from the ASF dual-hosted git repository.
tarmstrong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.
from 6cb7cec IMPALA-10237: Support Bucket and Truncate partition
transforms as built-in functions
new 1b86313 IMPALA-10211 (Part 1): Add support for role-related statements
new 2fccd82 IMPALA-6671: Skip locked tables from topic updates
new 6b292bd IMPALA-10336: Coordinator return incorrect error to client
new 3f2eab8 IMPALA-9966: Add missing breaks in SetQueryOption
The 4 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 | 15 +
be/src/runtime/coordinator-backend-state.cc | 14 +-
be/src/runtime/coordinator-backend-state.h | 3 +
be/src/service/query-options.cc | 12 +-
be/src/util/backend-gflag-util.cc | 5 +
bin/create-test-configuration.sh | 17 +
common/thrift/BackendGflags.thrift | 4 +
.../apache/impala/analysis/CopyTestCaseStmt.java | 4 +-
.../ranger/RangerCatalogdAuthorizationManager.java | 207 +++-
.../ranger/RangerImpaladAuthorizationManager.java | 91 +-
.../impala/authorization/ranger/RangerUtil.java | 37 +
.../java/org/apache/impala/catalog/Catalog.java | 4 +-
.../impala/catalog/CatalogServiceCatalog.java | 315 +++--
.../org/apache/impala/catalog/HdfsPartition.java | 6 +-
.../java/org/apache/impala/catalog/HdfsTable.java | 74 ++
.../main/java/org/apache/impala/catalog/Table.java | 72 +-
.../org/apache/impala/catalog/TopicUpdateLog.java | 18 +-
.../apache/impala/service/CatalogOpExecutor.java | 109 +-
.../authorization/AuthorizationTestBase.java | 4 +-
.../catalog/CatalogObjectToFromThriftTest.java | 4 +-
.../queries/QueryTest/grant_revoke.test | 1274 ++++++++++++++++++++
tests/authorization/test_ranger.py | 119 +-
.../custom_cluster/test_topic_update_frequency.py | 213 ++++
23 files changed, 2405 insertions(+), 216 deletions(-)
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/grant_revoke.test
create mode 100644 tests/custom_cluster/test_topic_update_frequency.py