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 09:13:46 UTC

[incubator-iotdb] branch new_series_reader updated (4771442 -> 2d3cdc6)

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 4771442  fix GroupByWithoutValueFilterDataSet
     add 2d3cdc6  Refactor rowRecord.addField()

No new revisions were added by this update.

Summary of changes:
 .../dataset/EngineDataSetWithValueFilter.java      |  2 +-
 .../dataset/RawQueryDataSetWithoutValueFilter.java | 27 ++++++++++---------
 .../groupby/GroupByWithValueFilterDataSet.java     |  6 ++---
 .../groupby/GroupByWithoutValueFilterDataSet.java  |  5 ++--
 .../db/query/executor/AggregateEngineExecutor.java |  3 +--
 .../db/query/executor/FillEngineExecutor.java      |  2 +-
 .../org/apache/iotdb/tsfile/read/common/Field.java |  5 ++--
 .../apache/iotdb/tsfile/read/common/RowRecord.java |  4 +--
 .../query/dataset/DataSetWithTimeGenerator.java    |  4 +--
 .../tsfile/read/query/dataset/QueryDataSet.java    | 31 ----------------------
 10 files changed, 29 insertions(+), 60 deletions(-)