You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by jmax01 <gi...@git.apache.org> on 2018/01/17 22:55:59 UTC

[GitHub] avro pull request #278: AVRO-2131 Modified Schema.parse(JsonNode schema, Nam...

GitHub user jmax01 opened a pull request:

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

    AVRO-2131 Modified Schema.parse(JsonNode schema, Names names) to allow Unions with self referencess.

    

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

    $ git pull https://github.com/jmax01/avro master

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

    https://github.com/apache/avro/pull/278.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 #278
    
----
commit fbca0c529d7e345dacabc2f693114c980fd08a2a
Author: jmaxwell <jm...@...>
Date:   2018-01-17T22:54:39Z

    AVRO-2131 Modified Schema.parse(JsonNode schema, Names names) to allow Unions with self references.

----


---