This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch standalone_write
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 83f8eeb95d fix insert npe
     add 7cb2d3f6cf [IOTDB-3168] Fix the path with * could be executed 
successfully when inserting in version 14. (#6158)
     add 61e9a0e4db [IOTDB-3406] Correct the exclude part of xml format plugin 
(#6177)
     add 8a8e727a20 [IOTDB-3370] Fix count nodes number (#6178)
     add 99b73e2c65 Merge branch 'master' of https://github.com/apache/iotdb 
into standalone_write
     add deac945655 Add start scripts

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/integration/IOTDBInsertIT.java |  6 ++++
 pom.xml                                            |  8 +++--
 .../{start-server.bat => start-new-server.bat}     |  4 +--
 .../sbin/{start-server.sh => start-new-server.sh}  |  4 +--
 .../db/metadata/mtree/MTreeBelowSGCachedImpl.java  |  1 +
 .../db/metadata/mtree/MTreeBelowSGMemoryImpl.java  |  1 +
 .../iotdb/db/metadata/utils/MetaFormatUtils.java   |  6 ++--
 .../schema/NodeManageMemoryMergeOperator.java      |  7 ++--
 .../operator/schema/NodePathsConvertOperator.java  |  5 +--
 .../operator/schema/NodePathsCountOperator.java    | 38 ++++++++++++++++------
 10 files changed, 52 insertions(+), 28 deletions(-)
 copy server/src/assembly/resources/sbin/{start-server.bat => 
start-new-server.bat} (98%)
 mode change 100755 => 100644
 copy server/src/assembly/resources/sbin/{start-server.sh => 
start-new-server.sh} (95%)
 mode change 100755 => 100644

Reply via email to