This is an automated email from the ASF dual-hosted git repository.
lta pushed a change to branch cluster
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 99ffb6b Merge remote-tracking branch 'origin/cluster' into cluster
new 2bb0a04 add group by features
new 78f7800 fix a serve bug, concurrent hashmap modification
new d10c2f1 remove useless code
new 0d4a985 Merge branch 'cluster' of github.com:apache/incubator-iotdb
into cluster
The 4 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 | 2 +-
.../ClusterGroupByDataSetWithOnlyTimeFilter.java | 154 +++++++++++++++++++
.../ClusterGroupByDataSetWithTimeGenerator.java} | 94 ++++-------
.../executor/ClusterAggregateEngineExecutor.java | 6 +-
.../cluster/query/executor/ClusterQueryRouter.java | 63 +++++++-
.../ClusterRpcSingleQueryManager.java | 22 ++-
.../querynode/ClusterLocalQueryManager.java | 7 +-
.../querynode/ClusterLocalSingleQueryManager.java | 69 +++++++--
.../ClusterFilterSeriesBatchReaderEntity.java | 2 +-
...lusterGroupBySelectSeriesBatchReaderEntity.java | 79 ++++++++++
.../querynode/ClusterSelectSeriesBatchReader.java | 4 +-
.../ClusterSelectSeriesBatchReaderEntity.java | 7 +-
...y.java => IClusterSeriesBatchReaderEntity.java} | 2 +-
.../query/utils/QueryPlanPartitionUtils.java | 38 ++++-
.../iotdb/cluster}/integration/IOTDBGroupByIT.java | 171 ++++++++-------------
.../integration/IoTDBAggregationSmallDataIT.java | 1 -
.../iotdb/db/qp/executor/QueryProcessExecutor.java | 5 +-
.../qp/strategy/optimizer/ConcatPathOptimizer.java | 1 +
.../db/query/aggregation/impl/MeanAggrFunc.java | 2 +-
.../groupby/GroupByWithOnlyTimeFilterDataSet.java | 5 +-
.../groupby/GroupByWithValueFilterDataSet.java | 4 +-
...neQueryRouter.java => AbstractQueryRouter.java} | 52 ++++++-
.../iotdb/db/query/executor/EngineQueryRouter.java | 42 +----
23 files changed, 576 insertions(+), 256 deletions(-)
create mode 100644
cluster/src/main/java/org/apache/iotdb/cluster/query/dataset/ClusterGroupByDataSetWithOnlyTimeFilter.java
copy
cluster/src/main/java/org/apache/iotdb/cluster/query/{executor/ClusterExecutorWithTimeGenerator.java
=> dataset/ClusterGroupByDataSetWithTimeGenerator.java} (50%)
create mode 100644
cluster/src/main/java/org/apache/iotdb/cluster/query/reader/querynode/ClusterGroupBySelectSeriesBatchReaderEntity.java
rename
cluster/src/main/java/org/apache/iotdb/cluster/query/reader/querynode/{IClusterFilterSeriesBatchReaderEntity.java
=> IClusterSeriesBatchReaderEntity.java} (95%)
copy {iotdb/src/test/java/org/apache/iotdb/db =>
cluster/src/test/java/org/apache/iotdb/cluster}/integration/IOTDBGroupByIT.java
(82%)
rename
iotdb/src/main/java/org/apache/iotdb/db/query/executor/{IEngineQueryRouter.java
=> AbstractQueryRouter.java} (59%)