AVRO-2383: NPE during Schema.applyAliases#510
Conversation
Fokko
left a comment
There was a problem hiding this comment.
Thanks @rocketraman for fixing this. Can you remove the println's form the tests?
1d4ac34 to
76818ca
Compare
|
Comments addressed, thanks. |
|
NOTE: I do have build failures locally because my generated code for tests throws exceptions that the test cases don't declare... not sure why that is but it did make things a bit more difficult than they should have been. |
Fokko
left a comment
There was a problem hiding this comment.
Thanks for picking this up @rocketraman
On an unrelated note, not sure why the C# tag is here @iemejia
|
The tag got automatically added because I initially created the branch on top of branch-1.9 but GitHub created the pull with a base of master. So a few commits on master got added into this pull request, and those caused the c# tag to be added.I then rebased the branch on master, but the change in included commits didn't alter the tag list. |
https://jira.apache.org/jira/browse/AVRO-2383