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/04/27 06:00:18 UTC

[iotdb] branch master updated (4bf3dbb674 -> 9b5f18318e)

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

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


    from 4bf3dbb674 [IOTDB-2960]Add partition cache (#5685)
     add 9b5f18318e Set correct InternalEndpoint and DataBlockEndpoint when planning (#5679)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/mpp/common/MPPQueryContext.java       | 25 ++++++++++++++++------
 .../apache/iotdb/db/mpp/execution/Coordinator.java | 21 +++++++++++-------
 .../iotdb/db/mpp/execution/QueryExecution.java     |  4 +---
 .../scheduler/AbstractFragInsStateTracker.java     |  6 +-----
 .../scheduler/SimpleFragInstanceDispatcher.java    |  6 +-----
 .../execution/scheduler/SimpleQueryTerminator.java |  9 ++------
 .../db/mpp/sql/planner/DistributionPlanner.java    |  6 ++++--
 .../db/mpp/sql/planner/LocalExecutionPlanner.java  | 13 +++--------
 .../sql/planner/SimpleFragmentParallelPlanner.java |  9 ++++++--
 .../db/mpp/sql/planner/plan/FragmentInstance.java  | 25 +++++++++++-----------
 .../db/mpp/sql/plan/DistributionPlannerTest.java   | 18 ++++++++++------
 .../iotdb/db/mpp/sql/plan/QueryPlannerTest.java    |  6 +++++-
 12 files changed, 80 insertions(+), 68 deletions(-)