ebyhr commented on code in PR #16773:
URL: https://github.com/apache/iceberg/pull/16773#discussion_r3400362461


##########
api/src/test/java/org/apache/iceberg/util/TestDateTimeUtil.java:
##########
@@ -38,6 +38,12 @@ public void microsToNanos() {
     
assertThat(DateTimeUtil.microsToNanos(-1510871468000001L)).isEqualTo(-1510871468000001000L);
   }
 
+  @Test
+  public void microsToMillis() {

Review Comment:
   I would move this test above `microsToNanos` so we can sort millis → nanos. 



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