This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 1e43fc7 [IOTDB-2001] Remove redundant StorageGroupNotReadyException
(#4377)
add 7138664 Fix bug of descending aggregation query (#4373)
No new revisions were added by this update.
Summary of changes:
.../iotdb/cluster/query/LocalQueryExecutor.java | 41 +++++++-------
.../db/query/aggregation/AggregateResult.java | 10 +++-
.../aggregation/impl/FirstValueAggrResult.java | 8 +--
.../aggregation/impl/FirstValueDescAggrResult.java | 5 ++
.../query/aggregation/DescAggregateResultTest.java | 63 ++++++++++++++++++++++
5 files changed, 96 insertions(+), 31 deletions(-)