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

ericpai pushed a change to branch enhance/iotdb-3407
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard bdd160ae53 [IOTDB-3407] Checkstyle: force to use safe thread schedule 
interface
     add 2fbfa556d0 Fix SchemaTree SearchDeviceSchema NPE (#6176)
     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 46b1bb035a [IOTDB-3407] Checkstyle: force to use safe thread schedule 
interface

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (bdd160ae53)
            \
             N -- N -- N   refs/heads/enhance/iotdb-3407 (46b1bb035a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/integration/IOTDBInsertIT.java |  6 ++++
 .../iotdb/commons/IoTDBThreadPoolFactoryTest.java  |  3 +-
 pom.xml                                            |  8 +++--
 .../db/metadata/mtree/MTreeBelowSGCachedImpl.java  |  1 +
 .../db/metadata/mtree/MTreeBelowSGMemoryImpl.java  |  1 +
 .../iotdb/db/metadata/utils/MetaFormatUtils.java   |  6 ++--
 .../iotdb/db/mpp/common/schematree/SchemaTree.java |  4 +++
 .../schema/NodeManageMemoryMergeOperator.java      |  7 ++--
 .../operator/schema/NodePathsConvertOperator.java  |  5 +--
 .../operator/schema/NodePathsCountOperator.java    | 38 ++++++++++++++++------
 .../db/mpp/common/schematree/SchemaTreeTest.java   | 13 ++++++++
 11 files changed, 66 insertions(+), 26 deletions(-)

Reply via email to