stevenzwu commented on code in PR #6401:
URL: https://github.com/apache/iceberg/pull/6401#discussion_r1068927544
##########
flink/v1.14/flink/src/test/java/org/apache/iceberg/flink/source/enumerator/TestContinuousSplitPlannerImpl.java:
##########
@@ -459,7 +459,7 @@ public void
testIncrementalFromSnapshotTimestampWithInvalidIds() throws Exceptio
AssertHelpers.assertThrows(
"Should detect invalid starting snapshot timestamp",
IllegalArgumentException.class,
- "Cannot find a snapshot older than " + invalidSnapshotTimestampMsStr,
+ "Cannot find a snapshot after: ",
Review Comment:
nit: we can remove the variable def in line 446 above, as it is not used
anymore after this change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]