doki23 opened a new issue, #11672: URL: https://github.com/apache/iceberg/issues/11672
### Apache Iceberg version main (development) ### Query engine None ### Please describe the bug 🐞 In the `allocateVectorBasedOnTypeName` method of `VectorizedArrowReader`, there are multiple instances such as `vec.setInitialCapacity(batchSize * length)`. This is incorrect because the argument for `setInitialCapacity` should represent the 'count of values', not the 'count of bytes'. ### Willingness to contribute - [X] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org