Skip to content

Commit 5870f9d

Browse files
committed
fix
1 parent ff6232e commit 5870f9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

paimon-core/src/test/java/org/apache/paimon/append/cluster/BucketedAppendClusterManagerTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ public void testBucketedAppendClusterTask() throws Exception {
9494
((AppendOnlyFileStoreTable) table)
9595
.store()
9696
.newRead()
97-
.createReader(BinaryRow.EMPTY_ROW, 0, result.after(), null))) {
97+
.createReader(
98+
BinaryRow.EMPTY_ROW, 0, result.after(), (List) null))) {
9899
while (clusterRows.hasNext()) {
99100
InternalRow row = clusterRows.next();
100101
rows.add(String.format("%d,%d", row.getInt(1), row.getInt(2)));

0 commit comments

Comments
 (0)