You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/05/02 12:56:27 UTC

[iotdb] branch master updated (b12aa03e32 -> 93aa5b0775)

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

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


    from b12aa03e32 [IOTDB-3075] RatisConsensus UUID bugfix (#5765)
     add 93aa5b0775 [IOTDB-2870] Unit test of spliting insert node in new cluster (#5769)

No new revisions were added by this update.

Summary of changes:
 .../planner/plan/node/write/InsertRowNode.java     |   6 +
 .../planner/plan/node/write/InsertTabletNode.java  |  27 +-
 .../plan/node/write/WritePlanNodeSplitTest.java    | 278 +++++++++++++++++++++
 3 files changed, 309 insertions(+), 2 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/mpp/plan/plan/node/write/WritePlanNodeSplitTest.java