psvri commented on issue #2054: URL: https://github.com/apache/arrow-rs/issues/2054#issuecomment-1227236297
Those 2 builders already have new and with capacity, But since the sizes of strings are not constant the API was taking the number of bytes to pre allocate the buffer as a parameter. Whats the best way to handle this. Shall we remove the buffer_capacity parameters from the constructors and allocate a fixed buffer of size 1024 ? -- 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]
