We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad8ebc commit 39e1201Copy full SHA for 39e1201
paimon-common/src/test/java/org/apache/paimon/sst/BlockIteratorTest.java
@@ -46,7 +46,7 @@ public void testUnalignedIterator() throws IOException {
46
47
public void innerTest(boolean aligned) throws IOException {
48
MemorySlice data = writeBlock(aligned);
49
- BlockIterator iterator = new BlockReader(data, COMPARATOR).iterator();
+ BlockIterator iterator = BlockReader.create(data, COMPARATOR).iterator();
50
51
// 1. test for normal cases:
52
final int step = 3;
0 commit comments