This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a change to branch fix-audit-logger
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 06651a13df2 fix
add c7515420f12 fix jdbc-srouce.jar include an abs path on feature.xml
(#16484)
add 6de15db3b37 fix client win-cmd exec issue (#16480)
add 078301bec02 Fix jdbc feature.xml error (#16487)
add 4b65b8de02f Added some common interfaces for compatibility
add 7ad8778ea5f Load: Re-enabled the is aligned exception check
add c73e0c0de3b Fix more sonar
add 8a012f2780d Merge branch 'master' into fix-audit-logger
add 7afa223284c Update IAuthorPlanExecutor.java
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/it/auth/IoTDBClusterAuthorityIT.java | 69 +-
.../it/auth/IoTDBClusterAuthorityRelationalIT.java | 35 +-
.../relational/table/argument/ScalarArgument.java | 22 +-
iotdb-client/jdbc/pom.xml | 4 +-
.../iotdb/jdbc/IoTDBAbstractDatabaseMetadata.java | 1763 ++++++++++----------
.../apache/iotdb/jdbc/IoTDBDatabaseMetadata.java | 572 +++----
.../conf/ConfigNodeSystemPropertiesHandler.java | 23 +-
.../consensus/request/ConfigPhysicalPlan.java | 4 +
.../consensus/request/ConfigPhysicalPlanType.java | 12 +
.../request/ConfigPhysicalPlanVisitor.java | 4 +
.../consensus/request/write/auth/AuthorPlan.java | 11 +
.../request/write/auth/AuthorRelationalPlan.java | 41 +-
.../request/write/auth/AuthorTreePlan.java | 41 +-
.../manager/load/service/HeartbeatService.java | 2 +-
.../receiver/protocol/IoTDBConfigNodeReceiver.java | 9 +
.../pipe/source/ConfigRegionListeningFilter.java | 11 +-
.../confignode/persistence/auth/AuthorInfo.java | 4 +-
.../persistence/auth/AuthorPlanExecutor.java | 18 +
.../persistence/auth/IAuthorPlanExecutor.java | 5 +
.../persistence/executor/ConfigPlanExecutor.java | 4 +
.../iotdb/confignode/service/ConfigNode.java | 6 +
.../thrift/ConfigNodeRPCServiceProcessor.java | 37 +-
.../request/ConfigPhysicalPlanSerDeTest.java | 4 +-
.../confignode/persistence/AuthorInfoTest.java | 2 +-
.../apache/iotdb/consensus/ratis/utils/Utils.java | 16 +-
.../org/apache/iotdb/db/auth/AuthorityChecker.java | 12 +-
.../iotdb/db/auth/ClusterAuthorityFetcher.java | 6 +-
.../aggregation/approximate/HyperLogLog.java | 11 +-
.../load/TreeSchemaAutoCreatorAndVerifier.java | 13 +-
.../plan/relational/security/AccessControl.java | 3 +
.../relational/security/AccessControlImpl.java | 5 +
.../relational/security/AllowAllAccessControl.java | 5 +
.../sql/ast/RelationalAuthorStatement.java | 9 +
.../db/queryengine/plan/statement/AuthorType.java | 3 +-
.../plan/statement/sys/AuthorStatement.java | 9 +
.../java/org/apache/iotdb/db/service/DataNode.java | 2 +-
.../dataregion/modification/ModificationFile.java | 2 -
.../agent/SubscriptionAgentLauncher.java | 4 +-
.../apache/iotdb/db/tools/IoTDBDataDirViewer.java | 25 +-
.../iotdb/db/utils/datastructure/BackwardSort.java | 3 +
.../iotdb/commons/auth/user/BasicUserManager.java | 49 +-
.../iotdb/commons/conf/ConfigurationFileUtils.java | 3 +
.../src/main/thrift/confignode.thrift | 2 +
scripts/sbin/start-cli.sh | 1 -
scripts/sbin/windows/start-cli-table.bat | 110 +-
scripts/sbin/windows/start-cli.bat | 12 +-
46 files changed, 1563 insertions(+), 1445 deletions(-)