JFinis commented on code in PR #8658: URL: https://github.com/apache/iceberg/pull/8658#discussion_r1341116599
########## api/src/main/java/org/apache/iceberg/types/Types.java: ########## @@ -48,6 +48,8 @@ private Types() {} .put(TimeType.get().toString(), TimeType.get()) .put(TimestampType.withZone().toString(), TimestampType.withZone()) .put(TimestampType.withoutZone().toString(), TimestampType.withoutZone()) + .put(TimestampnsType.withZone().toString(), TimestampnsType.withZone()) Review Comment: General point: Should this be a new type, or should Timestamp instead have a precision field? One thing that would speak for the latter is that with /without time zone is also not an own type but instead a field of timestamp. -- 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