Skip to content

Commit

Permalink
change datasplit v3
Browse files Browse the repository at this point in the history
  • Loading branch information
neuyilan committed Dec 21, 2024
1 parent 3d2b1fd commit 3a057a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public void testSerializerCompatibleV3() throws Exception {
new byte[] {1, 2, 4},
FileSource.COMPACT,
Arrays.asList("field1", "field2", "field3"),
null);
"hdfs:///path/to/warehouse");
List<DataFileMeta> dataFiles = Collections.singletonList(dataFile);

DeletionFile deletionFile = new DeletionFile("deletion_file", 100, 22, null);
Expand Down
Binary file modified paimon-core/src/test/resources/compatibility/datasplit-v3
Binary file not shown.

0 comments on commit 3a057a0

Please sign in to comment.