This is an automated email from the ASF dual-hosted git repository.
yuyuankang pushed a change to branch kyy
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from cfcec27 log
add 7a862a4 EmptyIntervalException
No new revisions were added by this update.
Summary of changes:
.../cluster/exception/EmptyIntervalException.java | 10 +++++
.../cluster/query/ClusterDataQueryExecutor.java | 15 +++++--
.../cluster/query/aggregate/ClusterAggregator.java | 25 ++++++++---
.../cluster/query/reader/ClusterReaderFactory.java | 50 +++++++++++++++-------
.../cluster/server/member/MetaGroupMember.java | 6 ++-
.../cluster/server/member/MetaGroupMemberTest.java | 8 ++--
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 7 +--
7 files changed, 87 insertions(+), 34 deletions(-)
create mode 100644
cluster/src/main/java/org/apache/iotdb/cluster/exception/EmptyIntervalException.java