This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 8f516c6 add repository for moquette
add 7a954d3 [IOTDB-348] Add DeleteStorageGroupPlan (#1072)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iotdb/cluster/ClientMain.java | 24 ++-
.../iotdb/cluster/partition/PartitionTable.java | 205 +++++++++++----------
.../apache/iotdb/cluster/utils/PartitionUtils.java | 51 ++---
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 2 +-
.../apache/iotdb/db/qp/physical/PhysicalPlan.java | 8 +-
.../db/qp/physical/sys/DeleteStorageGroupPlan.java | 36 ++++
6 files changed, 196 insertions(+), 130 deletions(-)