Hi, Since release 1.12.0 Avro specification allows to represent *timestamps* and *local timestamps* with nanoseconds precision.
I would propose adding this precision to the *time* logical type Avro specification to have an homogeneous precision in all times logical types. Whole description can be viewed in AVRO-4043 <https://issues.apache.org/jira/browse/AVRO-4043> and in PR#3125 <https://github.com/apache/avro/pull/3125> and some implementations: - AVRO-4044: [C++] Add time-nanos logical type <https://issues.apache.org/jira/browse/AVRO-4044> : PR#3147 <https://github.com/apache/avro/pull/3147> - AVRO-4056: [Java] Add time-nanos logical type <https://issues.apache.org/jira/browse/AVRO-4056> : PR#3158 <https://github.com/apache/avro/pull/3158> Regards