This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch 1.3.2-queryDebug
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from c516cfe8d70 Add toString for PaginationController
add a0c97341a3f print all pagereaders put into merge reader
add f7a79341ade fix compile error for CachedPriorityMergeReader
No new revisions were added by this update.
Summary of changes:
example/pipe-count-point-processor/pom.xml | 2 +-
integration-test/pom.xml | 24 +++++++++++-----------
iotdb-client/jdbc/pom.xml | 2 +-
iotdb-connector/grafana-connector/pom.xml | 2 +-
.../operator/source/AlignedSeriesScanUtil.java | 4 ++--
.../execution/operator/source/SeriesScanUtil.java | 4 ++--
.../common/AlignedDescPriorityMergeReader.java | 4 ++++
.../reader/common/AlignedPriorityMergeReader.java | 4 ++++
.../reader/common/CachedPriorityMergeReader.java | 1 +
.../reader/common/DescPriorityMergeReader.java | 3 ++-
.../read/reader/common/PriorityMergeReader.java | 14 ++++++++++++-
.../reader/common/PriorityMergeReaderTest.java | 2 +-
.../reader/common/PriorityMergeReaderTest2.java | 2 +-
.../iotdb/tsfile/read/common/block/TsBlock.java | 5 +++++
pom.xml | 10 ++++-----
15 files changed, 55 insertions(+), 28 deletions(-)