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

[iotdb] branch master updated (9d206f9568 -> 19d469775d)

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

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


    from 9d206f9568 [IOTDB-2857] Move methods in serviceProvider to sessionManager (#5440)
     add 19d469775d Construct SinkHandle in LocalExecutionPlanner and remove the IOExecption in next and hasNext method of Operator (#5449)

No new revisions were added by this update.

Summary of changes:
 .../db/mpp/execution/FragmentInstanceManager.java  | 47 ++++++++++++------
 .../org/apache/iotdb/db/mpp/operator/Operator.java |  4 +-
 .../db/mpp/operator/process/LimitOperator.java     |  4 +-
 .../db/mpp/operator/process/TimeJoinOperator.java  |  5 +-
 .../db/mpp/operator/source/SeriesScanOperator.java | 56 ++++++++++++----------
 .../db/mpp/sql/planner/LocalExecutionPlanner.java  | 35 ++++++++++++--
 .../iotdb/db/mpp/operator/LimitOperatorTest.java   |  2 +-
 .../db/mpp/operator/SeriesScanOperatorTest.java    |  2 +-
 .../db/mpp/operator/TimeJoinOperatorTest.java      |  2 +-
 9 files changed, 102 insertions(+), 55 deletions(-)