Commits


Brian Davidson authored and GitHub committed 21e39347f22
AVRO-2983: Set Span length of ArrayPool Rent buffer (#1013) ArrayPool<T>.Rent(Int32) returns a buffer that is at least minimumLength in length, but can be more. The span that is used is read into until it is empty. When this buffer returned from ArrayPool is not exactly the same as the requested minimumLength this causes an Avro.AvroException : End of stream reached