jpmorganchase / py-avro-schema

Generate Apache Avro schemas for Python types including standard library data-classes and Pydantic data models.
https://py-avro-schema.readthedocs.io/
Apache License 2.0
37 stars 6 forks source link

time-millis logical time should use an int schema instead of long #33

Closed faph closed 1 year ago

faph commented 1 year ago

As per specification: https://avro.apache.org/docs/1.11.1/specification/#time-millisecond-precision

(time-micros logical type is a long schema)