You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2022/10/20 17:06:08 UTC

[iotdb] branch lmh/intoOperator updated (3e5b43fe77 -> 0eaad232eb)

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

hui pushed a change to branch lmh/intoOperator
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 3e5b43fe77 add more ITs
     add 82b3497aca add another test config
     add 0eaad232eb fix serde bug

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/it/selectinto/IoTDBSelectInto2IT.java | 59 +++++++++++++++
 .../db/it/{ => selectinto}/IoTDBSelectIntoIT.java  | 13 ++--
 .../mpp/plan/planner/plan/node/PlanNodeType.java   |  6 ++
 .../plan/node/process/DeviceViewIntoNode.java      |  4 +-
 .../parameter/DeviceViewIntoPathDescriptor.java    |  7 +-
 .../planner/plan/parameter/IntoPathDescriptor.java |  6 +-
 .../plan/plan/node/process/IntoNodeSerdeTest.java  | 83 ++++++++++++++++++++++
 .../org/apache/iotdb/tsfile/read/common/Path.java  | 72 +++++++++++++++----
 8 files changed, 225 insertions(+), 25 deletions(-)
 create mode 100644 integration-test/src/test/java/org/apache/iotdb/db/it/selectinto/IoTDBSelectInto2IT.java
 rename integration-test/src/test/java/org/apache/iotdb/db/it/{ => selectinto}/IoTDBSelectIntoIT.java (97%)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/mpp/plan/plan/node/process/IntoNodeSerdeTest.java