You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2023/05/30 13:53:11 UTC

[iotdb] branch lmh/disableView updated (6ab21565246 -> e2eed774cbe)

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

hui pushed a change to branch lmh/disableView
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 6ab21565246 enable use view in ALIGN BY DEVICE & LAST
     add 8e021063922 fix LAST
     add ddac948dfd3 support simple LAST
     add e2eed774cbe revert

No new revisions were added by this update.

Summary of changes:
 .../last/AlignedUpdateLastCacheOperator.java       | 23 ++++++---
 .../process/last/UpdateLastCacheOperator.java      | 16 ++++--
 .../iotdb/db/mpp/plan/analyze/AnalyzeVisitor.java  | 28 +++++------
 ...catDeviceAndBindSchemaForExpressionVisitor.java | 26 ++--------
 ...ncatDeviceAndBindSchemaForPredicateVisitor.java | 24 ++-------
 .../db/mpp/plan/planner/LogicalPlanBuilder.java    | 34 ++++++++++---
 .../db/mpp/plan/planner/OperatorTreeGenerator.java | 24 +++++++--
 .../plan/node/source/AlignedLastQueryScanNode.java | 58 ++++++++++++++++++++--
 .../plan/node/source/LastQueryScanNode.java        | 38 ++++++++++++--
 .../execution/operator/LastQueryOperatorTest.java  |  5 ++
 .../operator/LastQuerySortOperatorTest.java        |  5 ++
 .../mpp/execution/operator/OperatorMemoryTest.java |  3 +-
 .../operator/UpdateLastCacheOperatorTest.java      |  2 +
 .../db/mpp/plan/plan/QueryLogicalPlanUtil.java     | 30 ++++++++---
 .../mpp/plan/plan/distribution/LastQueryTest.java  | 15 +++++-
 15 files changed, 230 insertions(+), 101 deletions(-)