Skip to content

Commit

Permalink
fix failure test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Mar 26, 2024
1 parent d3c9c2b commit 44501bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void testGetPrimaryKeyRawFiles() throws Exception {
assertThat(dataSplit.dataFiles()).hasSize(1);
DataFileMeta meta = dataSplit.dataFiles().get(0);
String partition = dataSplit.partition().getString(0).toString();
assertThat(dataSplit.convertToRawFiles()).isNotPresent();
assertThat(dataSplit.convertToRawFiles()).isPresent();
}

// write another file on level 0
Expand Down

0 comments on commit 44501bf

Please sign in to comment.