[
https://issues.apache.org/jira/browse/AVRO-3363?focusedWorklogId=720896&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-720896
]
ASF GitHub Bot logged work on AVRO-3363:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Feb/22 14:20
Start Date: 04/Feb/22 14:20
Worklog Time Spent: 10m
Work Description: KyleSchoonover commented on pull request #1514:
URL: https://github.com/apache/avro/pull/1514#issuecomment-1030032325
Yes, this was an API break. This should be resolved by continuing the make
DatumWriter<T> usable by having it inherit IDatumWriter<T>. So any external
code will get the warning that it is going to be deprecated without actually
breaking anything.
--
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: 720896)
Time Spent: 0.5h (was: 20m)
> Replace DatumWriter with IDatumWriter
> --------------------------------------
>
> Key: AVRO-3363
> URL: https://issues.apache.org/jira/browse/AVRO-3363
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Affects Versions: 1.11.1
> Reporter: Kyle Schoonover
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The DatumWriter interface should be renamed IDatumWriter in order to maintain
> C# standards.
> Mark DatumWriter as Obsolete
> Create copy as IDatumWriter and replace references.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)