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

   ## What is the purpose of the change
   
   2 bugs in comparing Maps within GenericData: 
   * Comparison of size incorrectly compared map1 with map1 not map1 with map2. 
   * When maps are empty an exception is incorrectly thrown (iterator().next() 
fails in that instance).
   
   ## Verifying this change
   
   This change added unit tests for empty and mismatched size maps.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no


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