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/02/13 01:28:05 UTC

[iotdb] branch advancePipeline updated (2457f1cf8f -> cfbeea948e)

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

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


    from 2457f1cf8f Merge branch 'master' into advancePipeline
     add cfbeea948e Fix countLevelSeries bug

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/mpp/execution/driver/SchemaDriverContext.java    | 5 ++---
 .../apache/iotdb/db/mpp/plan/planner/LocalExecutionPlanContext.java  | 5 ++---
 .../org/apache/iotdb/db/mpp/plan/planner/OperatorTreeGenerator.java  | 2 +-
 .../operator/schema/CountGroupByLevelMergeOperatorTest.java          | 4 ++--
 .../db/mpp/execution/operator/schema/SchemaCountOperatorTest.java    | 4 ++--
 .../mpp/execution/operator/schema/SchemaQueryScanOperatorTest.java   | 4 ++--
 6 files changed, 11 insertions(+), 13 deletions(-)