rdblue commented on code in PR #2554: URL: https://github.com/apache/avro/pull/2554#discussion_r1360954683
########## doc/content/en/docs/++version++/Specification/_index.md: ########## @@ -872,6 +877,11 @@ The `local-timestamp-micros` logical type represents a timestamp in a local time A `local-timestamp-micros` logical type annotates an Avro `long`, where the long stores the number of microseconds, from 1 January 1970 00:00:00.000000. +### Local timestamp (nanosecond precision) +The `local-timestamp-nanos` logical type represents a timestamp in a local timezone, regardless of what specific time zone is considered local, with a precision of one nanosecond. Review Comment: Is this related to the Iceberg work? I don't think that we would want to use this type for `timestamptz_ns` because we don't consider that a "local" 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
