[
https://issues.apache.org/jira/browse/AVRO-3468?focusedWorklogId=762434&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-762434
]
ASF GitHub Bot logged work on AVRO-3468:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Apr/22 17:14
Start Date: 26/Apr/22 17:14
Worklog Time Spent: 10m
Work Description: zcsizmadia commented on PR #1622:
URL: https://github.com/apache/avro/pull/1622#issuecomment-1110050859
Do you refer to the default value handling for fixed and bytes, or how the
data is stored? Can you post the documentation you refer to as fixed and bytes
are stored as UTF-8?
About the default value encode code, I am not sure what the origonal
intention was, however the way I read it, it seems to be correct. With the note
that `"\u1234"` is not alowed sepcifying the default value for fixed or bytes.
It must be `"\u00??...` or `\x??` format.
Issue Time Tracking
-------------------
Worklog Id: (was: 762434)
Time Spent: 7h 20m (was: 7h 10m)
> 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
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.1, 1.12.0
>
> Time Spent: 7h 20m
> 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.7#820007)