tustvold commented on PR #4626: URL: https://github.com/apache/arrow-rs/pull/4626#issuecomment-1662016990
I don't see an issue with adding a length check to FixedSizeList::value, ultimately it is doing a dyn dispatch followed by potentially multiple atomic ref increments / allocations, so the additional branch is not going to make any difference. The value APIs are not an efficient way to interact with nested data, but are purely there for ergonomics -- 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]
