bu2 commented on pull request #9024: URL: https://github.com/apache/arrow/pull/9024#issuecomment-752983167
**Note on ArrayData::GetValues<Type>(i)** in the context of commit https://github.com/apache/arrow/pull/9024/commits/ab2d3d2e0c4b91e54b808a886364d4c0cfbb19ae: * ArrayData::GetValues<T>(i) use "byte offset" even for buffers[2] which stores variable width values... => Should it rather use buffers[1] value offset ? => Or force absolute_offset to 0 for buffers[2] ? On my case, I fixed the bug in my code by forcing absolute_offset to 0. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
