Commits


Subhash Bhushan authored and GitHub committed f468930a1e1
AVRO-2720: Enhance AvroTypeException message to include field name (#1287) * AVRO-2720: Enhance AvroTypeException message to include field name The exception message now includes the field name on which the type exception was raised. Closes: AVRO-2720 * Increase Pypy 3.6 minimum speed to 5 secs * Increase benchmark timings for both READ and WRITE * Remove unnecessary sys import * Change the global warnings filter to catch IgnoredLogicalType: With this change, the ResourceWarning would just get messaged, and not raised as an error, but the IgnoredLogicalType would get raised and then caught, and we can test for it.