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

xiangweiwei pushed a change to branch pipeline
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 3d9e26f89a Fix review commments
     add eb76a65248 remove operatorContext in FragmentInstanceContext and Fix 
all tests

No new revisions were added by this update.

Summary of changes:
 .../fragment/FragmentInstanceContext.java          |  30 ---
 .../iotdb/db/mpp/execution/DataDriverTest.java     |  45 ++---
 .../operator/AggregationOperatorTest.java          |  17 +-
 .../AlignedSeriesAggregationScanOperatorTest.java  |   9 +-
 .../operator/AlignedSeriesScanOperatorTest.java    |  92 +++++----
 .../operator/DeviceMergeOperatorTest.java          |  77 ++++----
 .../execution/operator/DeviceViewOperatorTest.java |  16 +-
 .../mpp/execution/operator/FillOperatorTest.java   |  17 +-
 .../operator/LastQueryMergeOperatorTest.java       |  25 +--
 .../execution/operator/LastQueryOperatorTest.java  |  49 ++---
 .../operator/LastQuerySortOperatorTest.java        |  49 ++---
 .../mpp/execution/operator/LimitOperatorTest.java  |  22 +--
 .../execution/operator/LinearFillOperatorTest.java |  57 +++---
 .../execution/operator/MergeSortOperatorTest.java  | 205 ++++++++++-----------
 .../mpp/execution/operator/OffsetOperatorTest.java |  73 ++++----
 .../mpp/execution/operator/OperatorMemoryTest.java |  46 +++--
 .../operator/RawDataAggregationOperatorTest.java   |  22 +--
 .../SeriesAggregationScanOperatorTest.java         |   8 +-
 .../execution/operator/SeriesScanOperatorTest.java |   7 +-
 .../operator/SingleDeviceViewOperatorTest.java     |  20 +-
 .../SlidingWindowAggregationOperatorTest.java      |  12 +-
 .../execution/operator/TimeJoinOperatorTest.java   |  56 +++---
 .../operator/UpdateLastCacheOperatorTest.java      |  13 +-
 .../operator/VerticallyConcatOperatorTest.java     |  14 +-
 .../schema/CountGroupByLevelMergeOperatorTest.java |  10 +-
 .../operator/schema/SchemaCountOperatorTest.java   |  13 +-
 .../schema/SchemaQueryScanOperatorTest.java        |  13 +-
 27 files changed, 474 insertions(+), 543 deletions(-)

Reply via email to