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 
https://github.com/apache/iceberg/compare/master...nastra:iceberg:fix-immutable-enum-warn?expand=1#diff-dd0f2b50502667dbbac8ee8f4eba61bffe1b9c5cc23a9445ded9fd8c725db978R68



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

Reply via email to