You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/01/15 13:49:17 UTC

[incubator-iotdb] branch new_series_reader updated (27b566b -> be88067)

This is an automated email from the ASF dual-hosted git repository.

sunzesong pushed a change to branch new_series_reader
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 27b566b  Fix IoTDBFillIT
     add be88067  Fix some bugs

No new revisions were added by this update.

Summary of changes:
 .../db/query/aggregation/impl/AvgAggrResult.java   | 13 +++++-
 .../db/query/aggregation/impl/SumAggrResult.java   | 23 ++++++----
 .../groupby/GroupByWithValueFilterDataSet.java     | 50 ++++++++++++++--------
 .../groupby/GroupByWithoutValueFilterDataSet.java  |  1 -
 .../iotdb/db/query/factory/AggreResultFactory.java |  2 +-
 .../iotdb/db/integration/IoTDBAggregationIT.java   |  1 +
 .../org/apache/iotdb/tsfile/read/common/Field.java | 14 +++---
 .../tsfile/read/query/dataset/QueryDataSet.java    |  3 --
 8 files changed, 64 insertions(+), 43 deletions(-)