nastra commented on code in PR #6264: URL: https://github.com/apache/iceberg/pull/6264#discussion_r1031206753
########## api/src/main/java/org/apache/iceberg/transforms/Timestamps.java: ########## @@ -66,7 +68,7 @@ public Integer apply(Long timestampMicros) { private final ChronoUnit granularity; private final String name; - private final SerializableFunction<Long, Integer> apply; + private final Apply apply; Review Comment: we're using the same definion in `Dates`: `private final Apply apply;` -- 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