Fokko commented on code in PR #2554:
URL: https://github.com/apache/avro/pull/2554#discussion_r1360982715
##########
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:
No this is unrelated to Iceberg, but because we have this there is also a
`local-timestamp-{millis,micros}` then I think people also expect the local
equivalent.
--
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]