This is an automated email from the ASF dual-hosted git repository. xingtanzjr pushed a commit to branch xingtanzjr/write_instance_parallel in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 94f5d0cfbc4563fb7cc4e5653e0079a63e455aad Merge: b8a351c26a 8ade542133 Author: Jinrui.Zhang <[email protected]> AuthorDate: Wed Apr 13 22:50:53 2022 +0800 Merge branch 'master' into xingtanzjr/write_instance_parallel confignode/pom.xml | 10 -- example/rest-client-c-example/main.c | 14 ++- .../db/integration/IoTDBDeleteStorageGroupIT.java | 23 +++++ .../iotdb/db/integration/IoTDBMetadataFetchIT.java | 38 +++++++ .../iotdb/db/integration/IoTDBSelectSchemaIT.java | 111 +++++++++++++++++++++ .../iotdb/db/engine/storagegroup/DataRegion.java | 8 +- .../db/metadata/lastCache/LastCacheManager.java | 8 +- .../apache/iotdb/db/qp/executor/PlanExecutor.java | 4 +- .../query/expression/unary/LogicNotExpression.java | 8 +- .../query/expression/unary/NegationExpression.java | 8 +- .../thrift/impl/DataNodeManagementServiceImpl.java | 51 ++++++++-- thrift/src/main/thrift/management.thrift | 14 --- 12 files changed, 246 insertions(+), 51 deletions(-)
