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

Hudson commented on AVRO-2359:
------------------------------

SUCCESS: Integrated in Jenkins build AvroJava #816 (See 
[https://builds.apache.org/job/AvroJava/816/])
AVRO-2359: Support Logical Types in C# (#492) (github: 
[https://github.com/apache/avro/commit/75e8f58c95e2b8c69af1a6f60c35a848a6781f0c])
* (edit) lang/csharp/src/apache/main/Generic/GenericWriter.cs
* (edit) lang/csharp/src/apache/main/Generic/GenericDatumWriter.cs
* (add) lang/csharp/src/apache/main/Util/Date.cs
* (edit) lang/csharp/.gitignore
* (add) lang/csharp/src/apache/test/Util/LogicalTypeTests.cs
* (edit) lang/csharp/src/apache/main/CodeGen/CodeGen.cs
* (edit) lang/csharp/src/apache/main/Specific/SpecificWriter.cs
* (edit) lang/csharp/src/apache/main/Specific/SpecificDatumWriter.cs
* (edit) lang/csharp/src/apache/main/Schema/Property.cs
* (add) lang/csharp/src/apache/main/Util/TimeMicrosecond.cs
* (add) lang/csharp/src/apache/main/Util/Decimal.cs
* (add) lang/csharp/src/apache/main/Util/TimestampMicrosecond.cs
* (edit) lang/csharp/src/apache/test/Schema/SchemaTests.cs
* (add) lang/csharp/src/apache/main/Util/LogicalUnixEpochType.cs
* (edit) .gitignore
* (add) lang/csharp/src/apache/main/Util/TimestampMillisecond.cs
* (edit) lang/csharp/src/apache/main/Generic/PreresolvingDatumReader.cs
* (add) lang/csharp/src/apache/main/Util/LogicalType.cs
* (add) lang/csharp/src/apache/main/Schema/LogicalSchema.cs
* (edit) lang/csharp/src/apache/main/Schema/Schema.cs
* (add) lang/csharp/src/apache/main/AvroDecimal.cs
* (edit) lang/csharp/src/apache/main/Generic/PreresolvingDatumWriter.cs
* (edit) lang/csharp/src/apache/main/Generic/GenericReader.cs
* (edit) lang/csharp/src/apache/test/Generic/GenericTests.cs
* (add) lang/csharp/src/apache/main/Util/LogicalTypeFactory.cs
* (add) lang/csharp/src/apache/main/Util/TimeMillisecond.cs


> Support Logical Types in C#
> ---------------------------
>
>                 Key: AVRO-2359
>                 URL: https://issues.apache.org/jira/browse/AVRO-2359
>             Project: Apache Avro
>          Issue Type: New Feature
>          Components: csharp
>    Affects Versions: 1.8.2
>            Reporter: Tim Roberts
>            Priority: Critical
>
> By not supporting Logical Types, the C# Avro implementation is severely 
> limited in terms of its interoperability in heterogeneous environments. While 
> the implementation will safely ignore logical type declarations in processed 
> schemas; at runtime the semantics of a "date" for example, will be lost when 
> receiving an Avro payload that was encoded by the Java platform using the 
> same schema. The C# implementation will never be able to retrieve the date 
> value from the encoded int.
> I propose that the C# Avro implementation be extended to support the Logical 
> Types as defined by the current specification. I have also explored the 
> lang/csharp codebase and believe that I could produce a PR to support this.



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

Reply via email to