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 9f7aa13 Merge remote-tracking branch 'origin/new_series_reader' into
new_series_reader
add 27b566b Fix IoTDBFillIT
No new revisions were added by this update.
Summary of changes:
.../apache/iotdb/db/query/aggregation/AggregateResult.java | 2 +-
.../apache/iotdb/db/query/aggregation/impl/AvgAggrResult.java | 4 ++--
.../iotdb/db/query/aggregation/impl/FirstValueAggrResult.java | 2 +-
.../iotdb/db/query/aggregation/impl/LastValueAggrResult.java | 2 +-
.../iotdb/db/query/aggregation/impl/MaxTimeAggrResult.java | 2 +-
.../iotdb/db/query/aggregation/impl/MaxValueAggrResult.java | 2 +-
.../iotdb/db/query/aggregation/impl/MinTimeAggrResult.java | 2 +-
.../iotdb/db/query/aggregation/impl/MinValueAggrResult.java | 2 +-
.../dataset/groupby/GroupByWithoutValueFilterDataSet.java | 3 +--
.../iotdb/db/query/executor/AggregateEngineExecutor.java | 4 ++--
.../apache/iotdb/db/query/executor/FillEngineExecutor.java | 11 +++++++++--
.../org/apache/iotdb/db/query/factory/AggreResultFactory.java | 2 +-
12 files changed, 22 insertions(+), 16 deletions(-)