wombatu-kun commented on code in PR #16619:
URL: https://github.com/apache/iceberg/pull/16619#discussion_r3335282578


##########
parquet/src/test/java/org/apache/iceberg/parquet/TestParquetSchemaUtil.java:
##########
@@ -501,6 +501,39 @@ public void testLegacyTwoLevelListGenByParquetThrift1() {
         .isEqualTo(expectedSchema.asStruct());
   }
 
+  @Test
+  public void testTimestampNanoConversionPreservesUnit() {
+    // INT64 + TIMESTAMP(NANOS) must round-trip back to Iceberg as 
timestamp_ns, not micros. A
+    // micros
+    // field is included to confirm the unit branch leaves the existing 
mapping untouched.

Review Comment:
   Fixed 095ffc34c



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