Eric created AVRO-3476:
--------------------------
Summary: Python implementation does not support
local-timestamp-micros and local-timestamp-millis
Key: AVRO-3476
URL: https://issues.apache.org/jira/browse/AVRO-3476
Project: Apache Avro
Issue Type: Bug
Components: python
Affects Versions: 1.11.0
Reporter: Eric
Even though they are present in the spec
([https://avro.apache.org/docs/current/spec.html#Local+timestamp+%28millisecond+precision%29),]
the Python implementation does not support logical types
local-timestamp-micros and local-timestamp-millis.
When trying to use them, you get the following:
.../lib/python3.8/site-packages/avro/schema.py:1048: IgnoredLogicalType:
Unknown local-timestamp-micros, using long.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)