[ 
https://issues.apache.org/jira/browse/AVRO-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114004#comment-17114004
 ] 

Hudson commented on AVRO-2782:
------------------------------

FAILURE: Integrated in Jenkins build AvroJava #883 (See 
[https://builds.apache.org/job/AvroJava/883/])
AVRO-2782:Add indexed access to C# GenericRecord (dan: 
[https://github.com/apache/avro/commit/005a39123a67b8fa81d985a63239c4f6a5096c34])
* (edit) lang/csharp/src/apache/main/Generic/GenericReader.cs
* (edit) lang/csharp/src/apache/test/Generic/GenericTests.cs
* (edit) lang/csharp/src/apache/main/Generic/GenericDatumReader.cs
* (edit) lang/csharp/src/apache/main/Generic/GenericRecord.cs
* (edit) lang/csharp/src/apache/main/Generic/GenericWriter.cs
* (edit) lang/csharp/src/apache/main/Generic/GenericDatumWriter.cs


> C# implmenetation of GenericRecord Doesn't have 
> ------------------------------------------------
>
>                 Key: AVRO-2782
>                 URL: https://issues.apache.org/jira/browse/AVRO-2782
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: csharp
>            Reporter: Yaniv Rubinpur
>            Priority: Major
>             Fix For: 1.10.0
>
>
> GenericRecord in C# can only be accessed by field name and not by field index 
> (Java version support access by index). Accessing a dictionary for each field 
> is costly.
> In Java There is: Record.put(int i, Object v). In C# GenericRecord there is 
> only: Add(string fieldName, object fieldValue) (and string indexer).
>  
> And there is no way to extend GenericRecord to support indexed access.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to