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