Skip to content

Commit 39e1201

Browse files
committed
fix
1 parent 7ad8ebc commit 39e1201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paimon-common/src/test/java/org/apache/paimon/sst/BlockIteratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void testUnalignedIterator() throws IOException {
4646

4747
public void innerTest(boolean aligned) throws IOException {
4848
MemorySlice data = writeBlock(aligned);
49-
BlockIterator iterator = new BlockReader(data, COMPARATOR).iterator();
49+
BlockIterator iterator = BlockReader.create(data, COMPARATOR).iterator();
5050

5151
// 1. test for normal cases:
5252
final int step = 3;

0 commit comments

Comments
 (0)