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/02/19 15:20:48 UTC

[iotdb] branch lmh/limitPushDown updated (33d4e8ca12 -> 43e4200fda)

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

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


    from 33d4e8ca12 Merge remote-tracking branch 'origin/master' into lmh/limitPushDown
     add 43e4200fda fix by review

No new revisions were added by this update.

Summary of changes:
 .../operator/source/AlignedSeriesScanUtil.java      | 16 ++++++++++++++--
 .../execution/operator/source/SeriesScanUtil.java   |  2 ++
 .../db/mpp/plan/planner/OperatorTreeGenerator.java  |  4 ++--
 .../planner/plan/parameter/SeriesScanOptions.java   |  3 ---
 .../db/query/reader/chunk/MemAlignedPageReader.java | 17 ++++++++++++-----
 .../iotdb/db/query/reader/chunk/MemPageReader.java  |  3 +--
 .../tsfile/read/reader/IAlignedPageReader.java      |  4 ----
 .../iotdb/tsfile/read/reader/IPageReader.java       |  2 --
 .../tsfile/read/reader/page/AlignedPageReader.java  | 21 ++++++++++-----------
 .../iotdb/tsfile/read/reader/page/PageReader.java   |  3 +--
 .../tsfile/read/reader/page/ValuePageReader.java    |  1 -
 11 files changed, 42 insertions(+), 34 deletions(-)