jacobmarble commented on code in PR #9008: URL: https://github.com/apache/iceberg/pull/9008#discussion_r1669410065
########## api/src/test/java/org/apache/iceberg/transforms/TestTimestamps.java: ########## @@ -241,4 +243,54 @@ public void testTimestampsReturnType() { Type hourResultType = hour.getResultType(type); assertThat(hourResultType).isEqualTo(Types.IntegerType.get()); } + Review Comment: Sure thing. I've just copy-pasted the existing microsecond tests and retyped them for nanoseconds in https://github.com/apache/iceberg/pull/9008/commits/d7a13268f2144076b53e0248a251c0e8187e0f02 -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org