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/03/06 06:51:46 UTC

[iotdb] branch morePipeline updated (61faf63d1f -> eafaa0e697)

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

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


    from 61faf63d1f add volatile to finished
     add e295b3dafd Fix codesmells
     add eafaa0e697 Fix finished multi-thread bug

No new revisions were added by this update.

Summary of changes:
 .../mpp/execution/operator/source/AbstractDataSourceOperator.java | 8 +++++---
 .../operator/source/AbstractSeriesAggregationScanOperator.java    | 4 ++--
 .../mpp/execution/operator/source/AlignedSeriesScanOperator.java  | 6 +++---
 .../db/mpp/execution/operator/source/SeriesScanOperator.java      | 6 +++---
 .../iotdb/db/mpp/plan/execution/memory/MemorySourceHandle.java    | 4 +++-
 .../apache/iotdb/db/mpp/plan/planner/OperatorTreeGenerator.java   | 4 ++--
 6 files changed, 18 insertions(+), 14 deletions(-)