rumeshkrish commented on pull request #805:
URL: https://github.com/apache/avro/pull/805#issuecomment-643742970
@prestona Thanks for your time to do some more testing. I have update the
specification with following test cases.
```// 034
<<INPUT {"namespace":"x.y.z", "type":"enum", "name":"foo", "doc":"foo bar",
"symbols":["SPADES", "HEARTS", "DIAMONDS", "CLUBS"], "default": "HEARTS"}
<<canonical
{"name":"x.y.z.foo","type":"enum","symbols":["SPADES","HEARTS","DIAMONDS","CLUBS"],"doc":"foo
bar","default":"HEARTS"}
// 035
<<INPUT {"type":"bytes", "logicalType":"decimal", "precision": 4, "scale": 2}
<<canonical {"type":"bytes","logicalType":"decimal","precision":4,"scale":2}
// 036
<<INPUT {"type": "fixed", "size": 16, "name": "x", "logicalType": "decimal",
"precision": 4, "scale": 2}
<<canonical
{"name":"x","type":"fixed","size":16,"logicalType":"decimal","precision":4,"scale":2}
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]