You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2022/01/18 07:30:32 UTC

[iotdb] branch client_manager_add_close updated (3c31fdf -> 00e16fe)

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

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


    from 3c31fdf  fix argument order
     add 00e16fe  fix plan serialization

No new revisions were added by this update.

Summary of changes:
 .../db/integration/versionadaption/IoTDBDDLVersionAdaptionIT.java  | 7 +++++++
 .../main/java/org/apache/iotdb/db/qp/physical/crud/DeletePlan.java | 3 +++
 .../java/org/apache/iotdb/db/qp/physical/crud/SelectIntoPlan.java  | 3 +++
 .../apache/iotdb/db/qp/physical/sys/DeleteStorageGroupPlan.java    | 3 +++
 .../org/apache/iotdb/db/qp/physical/sys/DeleteTimeSeriesPlan.java  | 3 +++
 .../java/org/apache/iotdb/db/qp/physical/sys/ShowDevicesPlan.java  | 2 ++
 .../org/apache/iotdb/db/qp/physical/sys/ShowTimeSeriesPlan.java    | 2 ++
 7 files changed, 23 insertions(+)