swapna267 commented on code in PR #16450:
URL: https://github.com/apache/iceberg/pull/16450#discussion_r3382217938


##########
flink/v2.1/flink/src/test/java/org/apache/iceberg/flink/DataGenerators.java:
##########
@@ -850,6 +1059,10 @@ public org.apache.avro.generic.GenericRecord 
generateAvroGenericRecord() {
   }
 
   public static class MapOfPrimitives implements DataGenerator {
+    private final LocalDateTime tsAfterEpoch = LocalDateTime.of(2023, 1, 1, 
12, 0, 0, 123456789);

Review Comment:
   Same timestamp is duplicated across Rowdata , GenericRecord and Variant 
generation code. So pulled to shared one.



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