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/02/18 01:59:59 UTC

[incubator-iotdb] branch cluster_new updated (85e71c3 -> 6a45db9)

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 85e71c3  fix query, test node deletion and multiple fix
     add 6a45db9  start of implementing aggregation

No new revisions were added by this update.

Summary of changes:
 .../cluster/query/ClusterAggregateExecutor.java    | 34 ++++++++++++++++++++++
 .../iotdb/cluster/query/ClusterQueryRouter.java    | 16 ++++++++++
 .../db/query/executor/AggregateEngineExecutor.java |  8 +++--
 .../iotdb/db/query/executor/EngineQueryRouter.java |  6 ++--
 4 files changed, 60 insertions(+), 4 deletions(-)
 create mode 100644 cluster/src/main/java/org/apache/iotdb/cluster/query/ClusterAggregateExecutor.java