alamb commented on issue #2901:
URL: https://github.com/apache/arrow-rs/issues/2901#issuecomment-1293809738

   I found a workaround in the DataFusion codebase -- namely create it from 
`ArrayData`: 
   
   ```rust
   BooleanArray::from(mask.data().clone())
   ```
   
   
https://github.com/apache/arrow-datafusion/blob/6e0097d35391fea0d57c1d2ecfdef18437f681f4/datafusion/core/src/physical_plan/file_format/row_filter.rs#L106-L114


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