Commits


Michael A. Smith authored and GitHub committed d28bf07d2da
AVRO-748: Protocol Error Schema Implicit String (#717) Account for the implicit string schema as one of the possible protocol error schema. Similar to the changes in AVRO-2580, the protocol tests could hide errors when the overloaded exception handling catches the assertion error from the test itself. This corrects that.