You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2023/02/14 06:23:27 UTC

[iotdb] branch lmh/limitPushDown updated (1e2d5b7a42 -> 4900e52eb0)

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

hui pushed a change to branch lmh/limitPushDown
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 1e2d5b7a42 tmp save
     add 4900e52eb0 introduce SeriesScanOptions

No new revisions were added by this update.

Summary of changes:
 .../impl/ReadPointCompactionPerformer.java         |  11 +-
 .../utils/reader/SeriesDataBlockReader.java        |  39 ++++--
 .../AlignedSeriesAggregationScanOperator.java      |  18 +--
 .../source/SeriesAggregationScanOperator.java      |  26 +---
 .../operator/source/SeriesScanOperator.java        |  15 +-
 .../execution/operator/source/SeriesScanUtil.java  |  20 +--
 .../db/mpp/plan/planner/OperatorTreeGenerator.java |  49 +++++--
 .../planner/plan/parameter/SeriesScanOptions.java  |   6 +-
 .../engine/compaction/AbstractCompactionTest.java  |   7 +-
 .../FastCrossCompactionPerformerTest.java          |  34 -----
 .../FastInnerCompactionPerformerTest.java          |  30 ----
 .../FastNonAlignedCrossCompactionTest.java         |  29 ++--
 .../ReadPointCompactionPerformerTest.java          |  73 +---------
 ...eCrossSpaceCompactionWithFastPerformerTest.java |  16 +--
 ...sSpaceCompactionWithReadPointPerformerTest.java |  16 +--
 .../inner/InnerCompactionMoreDataTest.java         |   1 -
 .../SizeTieredCompactionRecoverTest.java           |  17 ---
 .../compaction/utils/CompactionCheckerUtils.java   |   1 -
 .../compaction/utils/TsFileGeneratorUtils.java     |   6 +-
 .../iotdb/db/engine/storagegroup/TTLTest.java      |   1 -
 .../iotdb/db/mpp/execution/DataDriverTest.java     |  18 ++-
 .../operator/AggregationOperatorTest.java          |  19 ++-
 .../AlignedSeriesAggregationScanOperatorTest.java  |  15 +-
 .../operator/AlignedSeriesScanOperatorTest.java    | 103 +++++---------
 .../operator/DeviceMergeOperatorTest.java          |  61 ++++-----
 .../execution/operator/DeviceViewOperatorTest.java |  16 +--
 .../execution/operator/LastQueryOperatorTest.java  |  28 ++--
 .../operator/LastQuerySortOperatorTest.java        |  26 ++--
 .../mpp/execution/operator/LimitOperatorTest.java  |  18 ++-
 .../execution/operator/MergeSortOperatorTest.java  | 151 ++++++++-------------
 .../mpp/execution/operator/OffsetOperatorTest.java |  52 +++----
 .../mpp/execution/operator/OperatorMemoryTest.java |  24 ++--
 .../operator/RawDataAggregationOperatorTest.java   |  19 ++-
 .../SeriesAggregationScanOperatorTest.java         |  10 +-
 .../execution/operator/SeriesScanOperatorTest.java |  11 +-
 .../operator/SingleDeviceViewOperatorTest.java     |  17 +--
 .../SlidingWindowAggregationOperatorTest.java      |   9 +-
 .../execution/operator/TimeJoinOperatorTest.java   |  66 ++++-----
 .../operator/UpdateLastCacheOperatorTest.java      |  10 +-
 .../operator/VerticallyConcatOperatorTest.java     |  16 ++-
 40 files changed, 427 insertions(+), 677 deletions(-)