iemejia commented on PR #3860: URL: https://github.com/apache/avro/pull/3860#issuecomment-5219882644
Addressed the suppressed note on `PreresolvingDatumReader.ReadArray` in `57aae1f5a2`: the geometric growth now adds the current `chunk` instead of the fixed `MaxCollectionPrealloc`, so a small array is no longer over-allocated to 1024 and shrunk again. Large arrays keep the same bounded ~1.5x growth (there `chunk == MaxCollectionPrealloc`). Re-requesting a review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
