nastra commented on code in PR #9008: URL: https://github.com/apache/iceberg/pull/9008#discussion_r1668502299
########## 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: can you also please add a few tests that test timestamp (with/without timezone) transforms and such. Those tests would be similar to what is already existing in this test class -- 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