GitHub user Simon24601 opened a pull request:
https://github.com/apache/avro/pull/156
AVRO-1363 Fix the C# parsing of a union schema
Fix the C# parsing of a union schema that contains duplicate names but in
different namespaces. The full name is now used when parsing the schema. This
is identical to my previous pull request on this topic, but I've rebased to
apache/master and squashed all the commits to a single commit.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Simon24601/avro AVRO_1363_squashed
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/156.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 #156
----
commit d7b6622343590ce7304a03a7e2085dde34f5f2ab
Author: srw <srw@localhost>
Date: 2016-11-11T23:23:11Z
AVRO-1363 Fix the C# parsing of a union schema that contains duplicate
names but in different namespaces. The full name is now used when parsing the
schema
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---