rdblue commented on code in PR #9008: URL: https://github.com/apache/iceberg/pull/9008#discussion_r1483626438
########## api/src/main/java/org/apache/iceberg/types/Types.java: ########## @@ -46,8 +47,10 @@ private Types() {} .put(DoubleType.get().toString(), DoubleType.get()) .put(DateType.get().toString(), DateType.get()) .put(TimeType.get().toString(), TimeType.get()) - .put(TimestampType.withZone().toString(), TimestampType.withZone()) - .put(TimestampType.withoutZone().toString(), TimestampType.withoutZone()) + .put(TimestampType.microsWithZone().toString(), TimestampType.microsWithZone()) + .put(TimestampType.microsWithoutZone().toString(), TimestampType.microsWithoutZone()) Review Comment: Not using deprecated methods is a fair reason to push back, but I think it makes more sense to deprecate in the next PR so that we can evaluate the addition in isolation. -- 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