rdblue commented on code in PR #5337:
URL: https://github.com/apache/iceberg/pull/5337#discussion_r927849197


##########
flink/v1.14/flink/src/test/java/org/apache/iceberg/flink/source/enumerator/TestContinuousSplitPlannerImpl.java:
##########
@@ -396,7 +396,7 @@ public void 
testIncrementalFromSnapshotTimestampWithEmptyTable() throws Exceptio
 
     AssertHelpers.assertThrows("Should detect invalid starting snapshot 
timestamp",
         IllegalArgumentException.class,
-        "Cannot find a snapshot older than 1970-01-01 00:00:00.001",
+        "Cannot find a snapshot older than 1970-01-01T00:00:00.001+00:00",

Review Comment:
   Do we want to add the `T`? Seems like that makes it harder to read. Since 
this string is primarily for people, making it easy to read seems worth not 
conforming to ISO-8601 exactly. Maybe we should add a space before the zone 
offset, too?



-- 
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]

Reply via email to