This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch force_ci/support_schema_evolution
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from d2f0d48e9f0 Merge branch 'master' into
force_ci/support_schema_evolution
add d904e6adf91 also update priviledge after renaming tables & invalidate
last cache after applying schema evolution
No new revisions were added by this update.
Summary of changes:
.../iotdb/relational/it/schema/IoTDBTableIT.java | 1 +
.../it/schema/IoTDBTablePermissionRenameIT.java | 255 +++++++++++++++++++++
.../confignode/persistence/auth/AuthorInfo.java | 5 +
.../persistence/executor/ConfigPlanExecutor.java | 7 +-
.../impl/schema/table/RenameTableProcedure.java | 43 ++++
.../org/apache/iotdb/db/auth/AuthorityChecker.java | 4 +
.../impl/DataNodeInternalRPCServiceImpl.java | 4 +
.../execution/operator/source/SeriesScanUtil.java | 2 +
.../db/storageengine/dataregion/DataRegion.java | 14 ++
.../commons/auth/authorizer/BasicAuthorizer.java | 9 +
.../iotdb/commons/auth/authorizer/IAuthorizer.java | 3 +
.../commons/auth/entity/DatabasePrivilege.java | 10 +
.../org/apache/iotdb/commons/auth/entity/Role.java | 8 +
.../iotdb/commons/auth/entity/TablePrivilege.java | 4 +
.../iotdb/commons/auth/role/BasicRoleManager.java | 23 ++
15 files changed, 391 insertions(+), 1 deletion(-)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTablePermissionRenameIT.java