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 2023/01/12 17:14:45 UTC

[iotdb] branch lmh/intoType updated (2e776409ca -> 2f03f5bf54)

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

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


    from 2e776409ca fix bug
     add 5236f2cbe9 fix align by device npe
     add 9290771945 add alignment check
     add 9f481b7d89 fix bug
     add 2f03f5bf54 add more tests

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/it/selectinto/IoTDBSelectIntoIT.java  | 237 +++++++++++++++++----
 .../org/apache/iotdb/db/it/utils/TestUtils.java    |  14 ++
 .../operator/process/AbstractIntoOperator.java     |   2 +-
 .../iotdb/db/mpp/plan/analyze/SelectIntoUtils.java |  11 +-
 .../parameter/DeviceViewIntoPathDescriptor.java    |   6 +-
 .../planner/plan/parameter/IntoPathDescriptor.java |   5 +-
 6 files changed, 227 insertions(+), 48 deletions(-)