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 2023/01/09 12:05:26 UTC

[iotdb] branch pipeline updated (66bba5fb90 -> 3d9e26f89a)

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 66bba5fb90 fix conflicts with master
     add 3d9e26f89a Fix review commments

No new revisions were added by this update.

Summary of changes:
 .../db/mpp/execution/driver/DataDriverContext.java |  6 +--
 .../iotdb/db/mpp/execution/driver/Driver.java      |  3 +-
 .../mpp/execution/exchange/LocalSourceHandle.java  |  2 +-
 .../execution/exchange/MPPDataExchangeManager.java |  2 +-
 .../fragment/FragmentInstanceExecution.java        |  4 +-
 .../db/mpp/execution/operator/OperatorContext.java |  1 +
 .../db/mpp/execution/schedule/DriverScheduler.java | 44 +++++++++++-----------
 .../mpp/execution/schedule/task/DriverTaskId.java  |  4 +-
 .../plan/planner/LocalExecutionPlanContext.java    |  5 +--
 .../db/mpp/plan/planner/OperatorTreeGenerator.java | 18 +++------
 .../db/mpp/plan/planner/PipelineDriverFactory.java |  1 +
 11 files changed, 41 insertions(+), 49 deletions(-)