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

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

                Author: ASF GitHub Bot
            Created on: 25/Feb/22 23:59
            Start Date: 25/Feb/22 23:59
    Worklog Time Spent: 10m 
      Work Description: KyleSchoonover commented on pull request #1569:
URL: https://github.com/apache/avro/pull/1569#issuecomment-1051381652


   Just wanted to call this out to @martin-g and @zcsizmadia.  Is there a 
reason the ArraySchema class doesn't just use the following instead of the 
private constructor and the static NewInstance method?
   
   `internal ArraySchema(JToken jtok, PropertyMap props, SchemaNames names, 
string encspace) : base(Type.Array, props)
           {
           }`
   
   With the functionality of both put into this one constructor. 


-- 
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: 733420)
    Time Spent: 0.5h  (was: 20m)

> Add tests for ArraySchema
> -------------------------
>
>                 Key: AVRO-3421
>                 URL: https://issues.apache.org/jira/browse/AVRO-3421
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: csharp
>            Reporter: Kyle Schoonover
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Add additional code coverage to the ArraySchema class.



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

Reply via email to