pitrou commented on PR #14225: URL: https://github.com/apache/arrow/pull/14225#issuecomment-1327166326
> Adding support for Lists the issue is that the buffers passed in may not be aligned, right? No, it's just that random generation for lists calls `ListArray::FromArrays`, which can allocate new buffers in some cases, and that method doesn't take the alignment parameter yet. -- 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]
