[ 
https://issues.apache.org/jira/browse/AVRO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15608472#comment-15608472
 ] 

ASF GitHub Bot commented on AVRO-1944:
--------------------------------------

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 <[email protected]>
Date:   2016-10-26T13:36:02Z

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

----


> Invalid toString results
> ------------------------
>
>                 Key: AVRO-1944
>                 URL: https://issues.apache.org/jira/browse/AVRO-1944
>             Project: Avro
>          Issue Type: Bug
>            Reporter: Niels Basjes
>            Assignee: Niels Basjes
>
> When I create a record where there are two fields with the same value then I 
> get an incorrect results from toString.
> This is caused by a bug in the solution for AVRO-1923



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to