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 3bfca26 fix aggregation
add 16be0f4 fix select last
No new revisions were added by this update.
Summary of changes:
.../iotdb/cluster/log/applier/BaseApplier.java | 24 +--------
.../query/last/ClusterLastQueryExecutor.java | 3 ++
.../cluster/server/member/DataGroupMember.java | 31 +++--------
.../iotdb/cluster/utils/ClusterQueryUtils.java | 62 ++++++++++++++++++++++
.../org/apache/iotdb/db/metadata/MManager.java | 9 ++--
.../org/apache/iotdb/db/utils/SchemaUtils.java | 23 ++++++++
6 files changed, 104 insertions(+), 48 deletions(-)
create mode 100644
cluster/src/main/java/org/apache/iotdb/cluster/utils/ClusterQueryUtils.java