Rafferty97 opened a new pull request, #21865: URL: https://github.com/apache/datafusion/pull/21865
## Which issue does this PR close? Closes #21864. ## Rationale for this change Fixes a performance bug by reserving the correct amount of space when calling `StringViewBuilder::with_capacity`. ## What changes are included in this PR? Single-line change to the body of `StringViewArrayBuilder::with_capacity`. ## Are these changes tested? Yes. ## Are there any user-facing changes? No. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
