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 63dd0bc add comments and javadoc
add 0a45c19 cheery pick changes from cluster_new: 1.
getAllClosedStorageGroupTsFile is now grouped by partition 2. fix empty
AggregationResult is not correctly serialized 3. fix two empty AvgAggrResult
merge to a wrong result 4. fix reset in First/LastValue 5. change member
protection levels 6. extract GroupByExecutor and LocalGroupByExecutor 7.
extract getters of readers and datasets 8. extract fill initialization
add 24540dd fix license
add 596e1c1 simplify GroupByExecutor
add acd5fee fix sonar and getAllResource
add 9544f2a fix last getDeviceNode
add 66de9bd Merge branch 'cherry_pick_cluster_2' into cluster_new
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/engine/StorageEngine.java | 16 ++++----
.../org/apache/iotdb/db/metadata/MManager.java | 2 +-
.../iotdb/db/qp/physical/crud/AggregationPlan.java | 4 ++
.../db/query/dataset/groupby/GroupByExecutor.java | 16 ++++++--
.../groupby/GroupByWithoutValueFilterDataSet.java | 38 +++++++++++++------
.../dataset/groupby/LocalGroupByExecutor.java | 43 ++++++++++------------
.../iotdb/db/query/executor/LastQueryExecutor.java | 2 +-
7 files changed, 73 insertions(+), 48 deletions(-)