jklamer opened a new pull request, #1672:
URL: https://github.com/apache/avro/pull/1672

   Single object writer conforming to the spec: 
https://avro.apache.org/docs/current/spec.html#single_object_encoding.
   
   2 different implementations to:
   1) To more closely match the current library file writer
   2) To take advantage of the new `AvroSchema` trait to allow for less 
boilerplate and more type safety
   
   ### Jira
   
   - [ ] https://issues.apache.org/jira/browse/AVRO-3506
   
   ### Tests
   
   - [ ] Contains a single interop sanity test tested against the java 
implementation
   - [ ] Contains unit tests 
   
   ### Documentation
   - [ ] WIP 


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