jhorstmann commented on pull request #389:
URL: https://github.com/apache/arrow-rs/pull/389#issuecomment-877864847


   This looks good and makes sense to me. StructArray (and probably union too) 
are a bit of a special case in how offsets are propagated. Since we currently 
do not push down offsets into the buffers, the offset of an array applies to 
the direct buffers of the array (including the validity buffer). That is still 
the case for StructArray, which has no other buffers, so Arrays are still 
working consistently in that regard.
   
   A test for concatenation of sliced StructArrays would be nice to have.


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