You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can fix it when I change bridge/src/main/java/com/github/sbt/avro/AvscFilesParser.java and put this parser = parserSupplier.get(); on line 47, thus not reusing the same parser for every file.
This looks to be a bug upstream. I commended on the ASF Jira ticket.
In the test suite, if I redeclare an enum, it's all fine as long as they are equal.
If I redeclare a records it does not work because equality check is dones on a non complete record, before fields are populated.
I have a Jar with multiple AVSC files. These were generated from AVDL files. For example:
This will generate 2 AVSC files, which both contain the definition for Metadata. When I try to compile it I get something like:
It seems that this issue is fixed in Avro, but I still get it: https://issues.apache.org/jira/browse/AVRO-3940
The text was updated successfully, but these errors were encountered: