Skip to content

Commit

Permalink
Support time travel to watermark in batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
huyuanfeng committed Apr 11, 2024
1 parent 3c2bc14 commit faa1d70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public void testTravelWithWatermark() throws Exception {
GenericRow.of(1, BinaryString.fromString("Hello")),
GenericRow.of(2, BinaryString.fromString("Paimon")));

// snapshot 3
// snapshot 2
writeTableWithWatermark(
"t",
null,
Expand Down

0 comments on commit faa1d70

Please sign in to comment.