alamb commented on issue #7065: URL: https://github.com/apache/arrow-datafusion/issues/7065#issuecomment-1830067924
> But what does adaptive mean in with adaptive sizing? I think @yjshen meant something like storing the values in `Vec<Vec<T>>` rather than `Vec<T>` And when more space was needed, create a new `Vec::with_capacity` rather than push to the existing `Vec` (which might reallocate and copy) -- 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]
