rok commented on issue #34316:
URL: https://github.com/apache/arrow/issues/34316#issuecomment-1443677078

   Indeed `from_arrays` doesn't pass the mask to `FixedSizedListArray`. Did you 
try using 
[`from_buffers`](https://arrow.apache.org/docs/python/generated/pyarrow.FixedSizeListArray.html#pyarrow.FixedSizeListArray.from_buffers)
 and passing the validity bitmap? Some examples 
[here](https://github.com/apache/arrow/blob/main/python/pyarrow/tests/test_array.py#L553-L648).


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