GitHub user nielsbasjes opened a pull request:

    https://github.com/apache/avro/pull/149

    AVRO-1944: Fixed invalid toString in records with duplicate values

    I ran into the effect that a record with two fields with the same value (or 
even both null) would result in a toString that shows the "CIRCULAR REFERENCE" 
message. This is incorrect and this fixes that.
    
    Please verify.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nielsbasjes/avro AVRO-1944

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/149.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #149
    
----
commit c7549f6b4a375e4aac0942092c1a006c0c469eb2
Author: Niels Basjes <nbas...@bol.com>
Date:   2016-10-26T13:36:02Z

    AVRO-1944: Fixed invalid toString in records with duplicate values

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to