jhorstmann commented on issue #1750:
URL: https://github.com/apache/arrow-rs/issues/1750#issuecomment-1149087530

   > > which previously did not take the struct offset into account.
   > 
   > Is this not a bug?
   
   Difficult to say without a spec or comment describing the expected behavior. 
Someone might rely on the current behavior and acccess a StructArray using 
something like `a.column(0).downcast().value(a.offset() + i)`. I didn't see any 
such usages in the arrow-rs codebase. Our codebase makes heavy use of slices, 
but we do not use StructArray. If we consider the current behavior a bug, then 
we should clearly hightlight the change in the release notes.


-- 
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]

Reply via email to