This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a change to branch change-folder
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 0dd1e31ad02 change folder safely
add 60cb68c806c Fix dead lock in PBTree.SchemaFile (#12079)
add cb93f12ca0a fix.root privileges lost and grant role
add 086445cccd9 [IOTDB-6300] Support place time column at any column index
in insert statement
add 1b9c712dfd7 Make Drop database timeout return message more detailed
(#12082)
add 3e1061717bd Fix VolatileSubtreeIterator missing update buffer if all
nodes in new buffer are not qualified (#12093)
add ba866841453 Pbtree: MNode iterating with merge sort upon disk and
buffer (#12077)
add 80857ee026f Add FileUtils.moveFileSafe function (#12094)
add 24571d1cc74 Finish
add 8d983c74f67 change folder safely
add fc153eff51d Merge branch 'change-folder' of
https://github.com/apache/iotdb into change-folder
No new revisions were added by this update.
Summary of changes:
...T.java => IOTDBInsertWithTimeAtAnyIndexIT.java} | 77 +++++------
.../iotdb/db/it/IoTDBInsertWithoutTimeIT.java | 8 +-
.../it/IoTDBSyntaxConventionStringLiteralIT.java | 8 +-
.../aggregation/IoTDBCountTimeAlignedDeviceIT.java | 2 +-
.../org/apache/iotdb/db/it/auth/IoTDBAuthIT.java | 2 +
.../org/apache/iotdb/db/it/cq/IoTDBCQExecIT.java | 10 +-
.../apache/iotdb/db/it/cq/IoTDBCQExecInNsIT.java | 10 +-
.../apache/iotdb/db/it/cq/IoTDBCQExecInUsIT.java | 10 +-
.../org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 | 18 +--
.../config/executor/ClusterConfigTaskExecutor.java | 14 +-
.../db/queryengine/plan/parser/ASTVisitor.java | 104 +++++++++------
.../mtree/impl/pbtree/CachedMTreeStore.java | 141 ++++++++-------------
.../mtree/impl/pbtree/memory/MemoryManager.java | 42 ++++--
.../mnode/container/CachedMNodeContainer.java | 25 +++-
.../pbtree/mnode/container/MNodeChildBuffer.java | 67 +++-------
.../pbtree/schemafile/pagemgr/PageManager.java | 7 +-
.../schemafile/pagemgr/SchemaPageContext.java | 37 +++++-
.../org/apache/iotdb/db/auth/entity/RoleTest.java | 31 +++--
.../commons/auth/authorizer/BasicAuthorizer.java | 10 ++
.../org/apache/iotdb/commons/auth/entity/Role.java | 14 +-
.../iotdb/commons/auth/user/BasicUserManager.java | 15 ++-
.../iotdb/commons/schema/MergeSortIterator.java | 122 ++++++++++++++++++
.../org/apache/iotdb/commons/utils/FileUtils.java | 76 +++++++++++
23 files changed, 564 insertions(+), 286 deletions(-)
copy
integration-test/src/test/java/org/apache/iotdb/db/it/{last/IoTDBLastWithTTLIT.java
=> IOTDBInsertWithTimeAtAnyIndexIT.java} (58%)
create mode 100644
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/schema/MergeSortIterator.java