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/14 18:08:23 UTC

[iotdb] branch ty-mpp updated (020a31d82a -> e9aee33d2e)

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

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


    from 020a31d82a 3-4
     add e9aee33d2e version 1

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/mpp/buffer/DataBlockManager.java      |  1 +
 .../org/apache/iotdb/db/mpp/buffer/SinkHandle.java | 16 ++++++---
 .../apache/iotdb/db/mpp/buffer/SourceHandle.java   |  2 ++
 .../apache/iotdb/db/mpp/execution/DataDriver.java  |  1 +
 .../iotdb/db/mpp/execution/QueryExecution.java     | 39 ++++++++++++----------
 .../db/mpp/schedule/FragmentInstanceScheduler.java |  3 ++
 .../db/mpp/sql/planner/DistributionPlanner.java    | 18 ++++++----
 .../planner/plan/node/process/TimeJoinNode.java    |  7 ++--
 .../apache/iotdb/db/utils/QueryDataSetUtils.java   | 15 +++++----
 9 files changed, 65 insertions(+), 37 deletions(-)