This is an automated email from the ASF dual-hosted git repository.
shuwenwei pushed a commit to branch cp/18647-dev1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/cp/18647-dev1.3 by this push:
new 2eae01522b2 Adapt non-aligned iterator tests to dev/1.3 API
2eae01522b2 is described below
commit 2eae01522b2ba5b5bfed1981cff0bcb127239df4
Author: shuwenwei <[email protected]>
AuthorDate: Wed Sep 16 16:28:03 2026 +0800
Adapt non-aligned iterator tests to dev/1.3 API
---
.../dataregion/memtable/NonAlignedTVListIteratorTest.java | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/memtable/NonAlignedTVListIteratorTest.java
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/memtable/NonAlignedTVListIteratorTest.java
index 514fb93db4f..3f63812447a 100644
---
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/memtable/NonAlignedTVListIteratorTest.java
+++
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/memtable/NonAlignedTVListIteratorTest.java
@@ -734,8 +734,7 @@ public class NonAlignedTVListIteratorTest {
Collections.emptyList(),
0,
TSEncoding.PLAIN,
- 1024,
- null);
+ 1024);
iterator.setCurrentPageTimeRange(new TimeRange(1, 33));
int firstPageRows = 0;
@@ -769,8 +768,7 @@ public class NonAlignedTVListIteratorTest {
Collections.singletonList(new TimeRange(10, 10)),
0,
TSEncoding.PLAIN,
- 1024,
- null);
+ 1024);
iterator.setCurrentPageTimeRange(new TimeRange(67, 100));
int firstPageRows = 0;