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

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

                Author: ASF GitHub Bot
            Created on: 10/Feb/22 13:53
            Start Date: 10/Feb/22 13:53
    Worklog Time Spent: 10m 
      Work Description: zcsizmadia commented on pull request #1519:
URL: https://github.com/apache/avro/pull/1519#issuecomment-1034948058


   @martin-g @RyanSkraba Could you guys create an umbrella ticket or epic for 
the wider c# discussion adn maybe some of the sub tasks you think is obvious 
already. I guess some sub tasks or tasks will be the result of the discussion. 
Some sub tasks could be the following:
   
   1. C# code maintainability (e.g. new language features, supported 
frameworks, process to make functionality obsolete)
   2. C# code style (e.g. formatting, good practices, ...)
   3. Performance and benchmarking (e.g. setting a baseline perfromance, so 
performance degradation introtuced by new features can be detected)
   
   Of course the sub-items under those main items should have many more, I just 
threw in some examples.
   
   


-- 
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: 724519)
    Time Spent: 6h 40m  (was: 6.5h)

>  Remove accessible field value from GenericFixed
> ------------------------------------------------
>
>                 Key: AVRO-3368
>                 URL: https://issues.apache.org/jira/browse/AVRO-3368
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: csharp
>    Affects Versions: 1.11.0
>            Reporter: Kyle Schoonover
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 6h 40m
>  Remaining Estimate: 0h
>
> Update:
> {code:java}
> protected readonly byte[] value; {code}
> to:
> {code:java}
> [Obsolete("Will deprecate in future release use Value property")]
> protected byte[] value
> {
>     get { return _value; }
> }        
> /// <summary>
> /// Value of this fixed schema.
> /// </summary>
> private readonly byte[] _value; {code}
> Additional changes will need to be made to change everything from value to 
> _value



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

Reply via email to