KalleOlaviNiemitalo commented on PR #1833:
URL: https://github.com/apache/avro/pull/1833#issuecomment-1221930980

   Because the C# logical type implementation is different from that of Java, 
I'd like to see an extra test for JSON encoding and decoding of a union with 
members having logical types.  For example,
   
   ```JSON
   [
       "null",
       { "type": "int", "logicalType": "date" },
       { "type": "long", "logicalType": "timestamp-millis" }
   ]
   ```
   
   AFAIK, this should write "null" or "int" or "long" as the property name in 
the union object in JSON, and should be able to parse each of those back.


-- 
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]

Reply via email to