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 792cb6a Refactoring raft log module (#975)
add 43ca0f6 [IOTDB-348] Add DeleteTimeseriesPlan (#1078)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iotdb/cluster/ClientMain.java | 12 ++++++
.../iotdb/cluster/query/ClusterPlanRouter.java | 4 +-
.../apache/iotdb/cluster/utils/PartitionUtils.java | 5 ++-
.../cluster/partition/SlotPartitionTableTest.java | 15 +++----
.../apache/iotdb/db/qp/physical/PhysicalPlan.java | 13 ++++--
.../iotdb/db/qp/physical/crud/InsertPlan.java | 8 ++--
.../db/qp/physical/sys/CreateTimeSeriesPlan.java | 4 +-
.../db/qp/physical/sys/DeleteTimeSeriesPlan.java | 48 ++++++++++++++++++----
.../db/qp/physical/sys/ShowChildPathsPlan.java | 2 +-
9 files changed, 82 insertions(+), 29 deletions(-)