Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pvary authored Jan 9, 2024
1 parent 52572e8 commit 42e2ac2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ private List<Record> generateExpectedRecords(boolean ascending) throws Exception
helper.appendToTable(dataFile1, dataFile2);

// Expected records if the splits are ordered
// - ascending (watermark from t1) - records from the split with early timestamps then
// - ascending (watermark from t1) - records from the split with early timestamps, then
// records from the split with late timestamps
// - descending (watermark from t2) - records from the split with old longs then records
// - descending (watermark from t2) - records from the split with old longs, then records
// from the split with new longs
List<Record> expected = Lists.newArrayList();
if (ascending) {
Expand Down

0 comments on commit 42e2ac2

Please sign in to comment.