You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xu...@apache.org on 2020/12/29 02:54:29 UTC

[iotdb] branch virtual_partition_2_merge updated (e25254b -> e0b2d16)

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

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


    from e25254b  Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge
     add a3ea467  Fix the default value of operation timeout (#2330)
     add a898e72  Delete update operation (#2288)
     new e0b2d16  Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/iotdb/cluster/config/ClusterConfig.java |   4 +-
 .../iotdb/cluster/query/ClusterPlanRouter.java     |   9 --
 .../cluster/partition/SlotPartitionTableTest.java  |  14 ---
 .../org/apache/iotdb/db/auth/AuthorityChecker.java |   2 -
 .../main/java/org/apache/iotdb/db/qp/Planner.java  |   1 -
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   7 --
 .../org/apache/iotdb/db/qp/logical/Operator.java   |   2 +-
 .../iotdb/db/qp/logical/crud/UpdateOperator.java   |  41 -------
 .../iotdb/db/qp/physical/crud/UpdatePlan.java      | 135 ---------------------
 .../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java    |  23 ----
 .../iotdb/db/writelog/recover/LogReplayer.java     |   9 --
 .../apache/iotdb/db/auth/AuthorityCheckerTest.java |   3 -
 .../apache/iotdb/db/writelog/PerformanceTest.java  |  15 +--
 13 files changed, 6 insertions(+), 259 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/qp/logical/crud/UpdateOperator.java
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/qp/physical/crud/UpdatePlan.java


[iotdb] 01/01: Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge

Posted by xu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xuekaifeng pushed a commit to branch virtual_partition_2_merge
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit e0b2d16549b17f6b45cbc3a5712f8bc08604d570
Merge: e25254b a898e72
Author: 151250176 <15...@smail.nju.edu.cn>
AuthorDate: Tue Dec 29 10:53:48 2020 +0800

    Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge

 .../apache/iotdb/cluster/config/ClusterConfig.java |   4 +-
 .../iotdb/cluster/query/ClusterPlanRouter.java     |   9 --
 .../cluster/partition/SlotPartitionTableTest.java  |  14 ---
 .../org/apache/iotdb/db/auth/AuthorityChecker.java |   2 -
 .../main/java/org/apache/iotdb/db/qp/Planner.java  |   1 -
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   7 --
 .../org/apache/iotdb/db/qp/logical/Operator.java   |   2 +-
 .../iotdb/db/qp/logical/crud/UpdateOperator.java   |  41 -------
 .../iotdb/db/qp/physical/crud/UpdatePlan.java      | 135 ---------------------
 .../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java    |  23 ----
 .../iotdb/db/writelog/recover/LogReplayer.java     |   9 --
 .../apache/iotdb/db/auth/AuthorityCheckerTest.java |   3 -
 .../apache/iotdb/db/writelog/PerformanceTest.java  |  15 +--
 13 files changed, 6 insertions(+), 259 deletions(-)