[
https://issues.apache.org/jira/browse/AVRO-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17513894#comment-17513894
]
ASF subversion and git services commented on AVRO-3471:
-------------------------------------------------------
Commit 47d816ffca840761075c501d678652893d77fade in avro's branch
refs/heads/branch-1.11 from Zoltan Csizmadia
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=47d816f ]
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]>
(cherry picked from commit 7bbba423aeb25b4ffe9dde90be090a4311c32f92)
> 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: 3h
> Remaining Estimate: 21h
>
> 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)