You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/11/27 08:55:15 UTC

[iotdb] branch IOTDB-5050 updated (2d2343b7d6 -> 7f40687097)

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

jackietien pushed a change to branch IOTDB-5050
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 2d2343b7d6 Fix bug
     add 7f40687097 Fix Bug

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/mpp/execution/DataDriverTest.java     |  48 +++---
 .../operator/AlignedSeriesScanOperatorTest.java    | 191 +++++++++++++--------
 .../operator/DeviceMergeOperatorTest.java          |  73 +++++---
 .../execution/operator/DeviceViewOperatorTest.java |  18 +-
 .../mpp/execution/operator/LimitOperatorTest.java  |  42 ++---
 .../mpp/execution/operator/OffsetOperatorTest.java |  90 +++++-----
 .../operator/RawDataAggregationOperatorTest.java   |  41 +++--
 .../execution/operator/SeriesScanOperatorTest.java |  29 ++--
 .../execution/operator/TimeJoinOperatorTest.java   | 115 +++++++------
 9 files changed, 379 insertions(+), 268 deletions(-)