jorisvandenbossche commented on PR #14781:
URL: https://github.com/apache/arrow/pull/14781#issuecomment-1339635262

   > I'll make sure to update the StructArray helper to account for the base 
array validity bitmap.
   
   I _think_ this would just be to use `StructArray::GetFlattenedField` instead 
of `StructArray::field` / `GetFieldByName`, this should be straightforward to 
use, it's just not yet exposed in cython.
   
   > I took for granted that `field` would account for the array validity bitmap
   
   Yes, I did as well, we were just discussing something similar for union 
arrays in another PR. I am planning to open an issue proposing to change this.


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