[ 
https://issues.apache.org/jira/browse/AVRO-3468?focusedWorklogId=747322&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-747322
 ]

ASF GitHub Bot logged work on AVRO-3468:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Mar/22 16:37
            Start Date: 24/Mar/22 16:37
    Worklog Time Spent: 10m 
      Work Description: zcsizmadia commented on a change in pull request #1622:
URL: https://github.com/apache/avro/pull/1622#discussion_r834510189



##########
File path: lang/csharp/src/apache/test/Generic/GenericTests.cs
##########
@@ -37,6 +37,45 @@ private static void test<T>(string s, T value)
             Assert.AreEqual(value, output);
         }
 
+        [Test]

Review comment:
       I agree on the assessment of the the 2 issues. I would ignore the 
decimal unit test failures, however the micros are a  bigger issue. I would fix 
that first and put this PR on hold until that is merged.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 747322)
    Time Spent: 1h 10m  (was: 1h)

> Default values for logical types not supported
> ----------------------------------------------
>
>                 Key: AVRO-3468
>                 URL: https://issues.apache.org/jira/browse/AVRO-3468
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: csharp
>    Affects Versions: 1.11.0
>            Reporter: Lucas Heimberg
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The C# implementation of Avro does not support default values for logical 
> types on deserialization. It seems that the method EncodeDefaultValue in 
> Avro.IO.Resolver is lacking a case for logical types that resorts to the base 
> schema.



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

Reply via email to