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 2020/03/12 04:00:54 UTC

[incubator-iotdb] branch cluster_new updated (3775f0b -> f1620ee)

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 3775f0b  fix merge master
     add f1620ee  fix license

No new revisions were added by this update.

Summary of changes:
 .../exception/metadata/RootNotExistException.java  | 27 ----------------
 .../db/query/dataset/groupby/GroupByExecutor.java  | 19 ++++++++++++
 .../dataset/groupby/LocalGroupByExecutor.java      | 19 ++++++++++++
 .../iotdb/db/query/executor/DataQueryExecutor.java | 36 ----------------------
 .../query/executor/DataQueryExecutorFactory.java   | 31 -------------------
 .../db/sync/sender/manage/SyncFileManager.java     |  1 -
 6 files changed, 38 insertions(+), 95 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/exception/metadata/RootNotExistException.java
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/query/executor/DataQueryExecutor.java
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/query/executor/DataQueryExecutorFactory.java