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/03/29 10:31:27 UTC

[iotdb] branch ty-mpp-2 updated (bbca5f2 -> f06fb77)

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

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


    from bbca5f2  add UT for TimeJoinOperator
     add f06fb77  add UT for LimitOperator

No new revisions were added by this update.

Summary of changes:
 .../db/mpp/operator/process/LimitOperator.java     |  2 +-
 .../db/mpp/sql/planner/LocalExecutionPlanner.java  | 22 +++++++++++++++++++-
 .../planner/plan/node/source/SeriesScanNode.java   | 16 +++++++++++++++
 ...oinOperatorTest.java => LimitOperatorTest.java} | 24 ++++++++++++++++------
 4 files changed, 56 insertions(+), 8 deletions(-)
 copy server/src/test/java/org/apache/iotdb/db/mpp/operator/{TimeJoinOperatorTest.java => LimitOperatorTest.java} (90%)