[
https://issues.apache.org/jira/browse/AVRO-3476?focusedWorklogId=765080&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-765080
]
ASF GitHub Bot logged work on AVRO-3476:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/May/22 18:18
Start Date: 02/May/22 18:18
Worklog Time Spent: 10m
Work Description: cccs-eric commented on PR #1634:
URL: https://github.com/apache/avro/pull/1634#issuecomment-1115212403
Hi @kojiromike , thank you for looking into this issue and spending some
time writing this code. Is there anything missing to complete this PR?
Issue Time Tracking
-------------------
Worklog Id: (was: 765080)
Time Spent: 40m (was: 0.5h)
> 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
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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.7#820007)