[ 
https://issues.apache.org/jira/browse/AVRO-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17513893#comment-17513893
 ] 

ASF subversion and git services commented on AVRO-3471:
-------------------------------------------------------

Commit 7bbba423aeb25b4ffe9dde90be090a4311c32f92 in avro's branch 
refs/heads/master from Zoltan Csizmadia
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=7bbba42 ]

AVRO-3471: Fix microsecond logical types resolution (#1623)

* Fix us resolution in us logical types

* Add extra unit tests

* Move tests to LogicalTypeTests

* Rename _maxTime to _exclusiveUpperBound

* Use TimeSpan.FromDays(1) instead of 24h

Co-authored-by: Zoltan Csizmadia <[email protected]>

> Microseconds logical types are rounded to milliseconds
> ------------------------------------------------------
>
>                 Key: AVRO-3471
>                 URL: https://issues.apache.org/jira/browse/AVRO-3471
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: csharp
>            Reporter: Zoltan Csizmadia
>            Priority: Major
>              Labels: pull-request-available
>   Original Estimate: 24h
>          Time Spent: 2h 50m
>  Remaining Estimate: 21h 10m
>
> Microseconds logical types are rounded to milliseconds
>  
> E.g.
>  # 1 us is deserialized into 00:00:00, instead of 00:00:00.000001
>  #  1234 us is deserialized into 00:00:00.001, instead of 00:00:00.001234



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to