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/13 02:25:37 UTC

[iotdb] branch lmh/limitPushDown updated (22c5d4ce23 -> ef962cf284)

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 22c5d4ce23 fix NPE
     add bf1253abc9 limit/offset use long type
     add ef962cf284 add UNLIMITED_PAGINATION_CONTROLLER as default to fix NPE

No new revisions were added by this update.

Summary of changes:
 .../db/mpp/execution/operator/source/SeriesScanUtil.java    | 12 ++++++------
 .../iotdb/db/query/reader/chunk/MemAlignedPageReader.java   |  4 +++-
 .../apache/iotdb/db/query/reader/chunk/MemPageReader.java   |  4 +++-
 .../iotdb/tsfile/read/reader/page/AlignedPageReader.java    |  4 +++-
 .../apache/iotdb/tsfile/read/reader/page/PageReader.java    |  4 +++-
 .../tsfile/read/reader/series/PaginationController.java     | 13 ++++++++-----
 6 files changed, 26 insertions(+), 15 deletions(-)