Hi, Report #9 Period: January, 31 - February, 6 Activities: - Fixed NPE when getting a non-existing Elasticsearch document - Implemented serialization/deserialization for MAP Avro data type - Refactored serialization/deserialization to have better javadocs and arguments - Implemented serialization/deserialization for RECORD Avro data type - Implemented serialization/deserialization for UNION Avro data type - Fixed passed Schema argument for ARRAY deserialization - Fixed BYTES deserialization for Base64 encoded String - Ignored testGet3UnionField test - Added javadoc descriptions to serialization and deserialization methods - The following tests are passing now:
1. testPutNested 2. testPutArray 3. testPutBytes 4. tetsPutMap 5. testPutMixedMaps 6. testUpdate 7. testGetRecursive 8. testGetDoubleRecursive 9. testGetNested 10. testGetWithFields 11. testGetWebPage 12. testGetWebPageDefaultFields 13. testGetNonExisting - Wrote a blog post #5 Here is the link to my code: https://github.com/apache/gora/compare/master...podorvanova:gora-664. Relevant commits are from February 4. Regards, Maria

