pvary commented on code in PR #15099:
URL: https://github.com/apache/iceberg/pull/15099#discussion_r2736296619


##########
core/src/test/java/org/apache/iceberg/data/DataTestBase.java:
##########
@@ -645,4 +649,18 @@ public void testRowLineage() throws Exception {
             record.copy(Map.of("id", 4L, "data", "d", "_row_id", 1_001L)),
             record.copy(Map.of("id", 5L, "data", "e"))));
   }
+
+  @Test
+  public void testTimestampNanoMaterializedAsJavaTime() {

Review Comment:
   Could we add this to a new `TestGenericDataUtil` class, and add tests for 
the other conversions?



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