[ https://issues.apache.org/jira/browse/AVRO-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael A. Smith updated AVRO-3476: ----------------------------------- Description: Even though [they are present in the spec|https://avro.apache.org/docs/1.11.0/spec.html#Local+timestamp+(millisecond+precision)], the Python implementation does not support logical types local-timestamp-micros and local-timestamp-millis. When trying to use them, you get the following: {code:python} .../lib/python3.8/site-packages/avro/schema.py:1048: IgnoredLogicalType: Unknown local-timestamp-micros, using long. {code} was: Even though [they are present in the spec|https://avro.apache.org/docs/1.11.0/spec.html#Local+timestamp+(millisecond+precision)], 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. > 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 > Priority: Major > > Even though [they are present in the > spec|https://avro.apache.org/docs/1.11.0/spec.html#Local+timestamp+(millisecond+precision)], > the Python implementation does not support logical types > local-timestamp-micros and local-timestamp-millis. > When trying to use them, you get the following: > {code:python} > .../lib/python3.8/site-packages/avro/schema.py:1048: IgnoredLogicalType: > Unknown local-timestamp-micros, using long. > {code} -- This message was sent by Atlassian Jira (v8.20.1#820001)