This is an automated email from the ASF dual-hosted git repository.
xiangweiwei pushed a change to branch aggrWithValueFilter
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 04996ef reimplement value iterator to update aggr result
add a239ed9 add some tests
No new revisions were added by this update.
Summary of changes:
.../db/query/executor/AggregationExecutor.java | 25 +-
.../iotdb/db/utils/AlignedValueIterator.java | 16 +-
.../aligned/IoTDBAggregationWithValueFilterIT.java | 259 +++++++++++++++++++++
3 files changed, 287 insertions(+), 13 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/integration/aligned/IoTDBAggregationWithValueFilterIT.java