Commits


John Karp authored and GitHub committed 552ee9e3c16
AVRO-3049: Add checks to BinaryDecoder for bytes length (#1098) * AVRO-3049: Handle negative length for bytes * AVRO-3049: Don't try to allocate beyond VM limits for bytes * AVRO-3049: Use clearer unit test names * AVRO-3049: Use Assert.assertThrows for cleaner UTs * AVRO-3049: Add org.apache.avro.limits.bytes.maxLength property * AVRO-3049: mvn spotless:apply * AVRO-3049: Call super() from BinaryDecoder ctor * AVRO-3049: Add JavaDoc re BinaryDecoder limits