You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by er...@apache.org on 2022/07/29 07:22:11 UTC

[iotdb] branch master updated (6e7e7e22e3 -> 4789a5e368)

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

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


    from 6e7e7e22e3 [IOTDB-3961] Fix bug of Tsfile compact (#6770)
     add 4789a5e368 [IOTDB-3999] Avoid using PlanNodeType.ordinal() (#6835)

No new revisions were added by this update.

Summary of changes:
 checkstyle.xml                                                    | 7 +++++++
 .../apache/iotdb/db/mpp/plan/planner/plan/node/PlanNodeType.java  | 4 ++++
 .../iotdb/db/mpp/plan/planner/plan/node/write/InsertRowNode.java  | 2 +-
 .../db/mpp/plan/planner/plan/node/write/InsertTabletNode.java     | 2 +-
 .../mpp/plan/plan/node/write/InsertMultiTabletsNodeSerdeTest.java | 2 +-
 .../iotdb/db/mpp/plan/plan/node/write/InsertRowNodeSerdeTest.java | 8 ++++----
 .../db/mpp/plan/plan/node/write/InsertRowsNodeSerdeTest.java      | 2 +-
 .../plan/plan/node/write/InsertRowsOfOneDeviceNodeSerdeTest.java  | 3 ++-
 .../db/mpp/plan/plan/node/write/InsertTabletNodeSerdeTest.java    | 6 +++---
 9 files changed, 24 insertions(+), 12 deletions(-)