Skip to content

Commit eb6701b

Browse files
committed
fix
1 parent 2243d64 commit eb6701b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

paimon-core/src/test/java/org/apache/paimon/operation/commit/ConflictDetectionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ private SimpleFileEntry createFileEntry(String fileName, FileKind kind) {
303303
null,
304304
EMPTY_ROW,
305305
EMPTY_ROW,
306+
null,
307+
0L,
306308
null);
307309
}
308310

0 commit comments

Comments
 (0)