pitrou commented on PR #41335: URL: https://github.com/apache/arrow/pull/41335#issuecomment-2086688378
> The stack space might be storing pointers to itself, so it can't grow dynamically and preserve referential integrity. IIUC, this can be circumvented by using something like a `std::list<std::array<uint8_t, N>>` where N is a fixed per-chunk size. (can also be a `std::deque<std::string>` if you ensure that each individual string is never resized) -- 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]
