jduo opened a new issue, #38254: URL: https://github.com/apache/arrow/issues/38254
### Describe the bug, including details regarding any error messages, version, and platform. Allow VarCharVector and LargeVarCharVector to let the caller take in a pre-allocated buffer. The Text class was originally designed for this purpose but VarCharVector does not currently let the caller supply their own Text object. The purpose of this change would be to allow a caller iterating through a VarCharVector to re-use a buffer without having to do extra allocations. ### Component(s) Java -- 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]
