You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by yu...@apache.org on 2020/07/07 04:19:56 UTC

[incubator-iotdb] branch kyy3 updated (52b7ce4 -> a5b4554)

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

yuyuankang pushed a change to branch kyy3
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 52b7ce4  ignore exception
     add a5b4554  collections

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/server/member/MetaGroupMember.java      |  4 +++-
 .../iotdb/db/qp/physical/crud/DeletePartitionPlan.java    |  5 +++--
 .../apache/iotdb/db/qp/physical/crud/InsertRowPlan.java   |  2 +-
 .../iotdb/db/qp/physical/crud/InsertTabletPlan.java       |  8 ++++----
 .../iotdb/db/qp/physical/sys/AlterTimeSeriesPlan.java     |  6 +-----
 .../org/apache/iotdb/db/qp/physical/sys/AuthorPlan.java   | 15 +++++----------
 .../apache/iotdb/db/qp/physical/sys/ClearCachePlan.java   |  5 +++--
 .../iotdb/db/qp/physical/sys/CreateSnapshotPlan.java      |  5 +++--
 .../iotdb/db/qp/physical/sys/CreateTimeSeriesPlan.java    |  6 +-----
 .../org/apache/iotdb/db/qp/physical/sys/DataAuthPlan.java |  5 +++--
 .../iotdb/db/qp/physical/sys/LoadConfigurationPlan.java   |  5 +++--
 .../org/apache/iotdb/db/qp/physical/sys/LoadDataPlan.java | 15 +++++----------
 .../org/apache/iotdb/db/qp/physical/sys/MergePlan.java    |  5 +++--
 .../apache/iotdb/db/qp/physical/sys/OperateFilePlan.java  |  5 +++--
 .../iotdb/db/qp/physical/sys/SetStorageGroupPlan.java     | 13 +++----------
 .../org/apache/iotdb/db/qp/physical/sys/SetTTLPlan.java   |  5 +++--
 .../org/apache/iotdb/db/qp/physical/sys/ShowPlan.java     |  5 +++--
 .../org/apache/iotdb/db/qp/physical/sys/TracingPlan.java  |  5 +++--
 18 files changed, 53 insertions(+), 66 deletions(-)