boaz-codota commented on pull request #342: URL: https://github.com/apache/arrow-datafusion/pull/342#issuecomment-841839620
@alamb @jorgecarleitao I'm trying to replace the usage of bitvec with arrow's structures. Both `BooleanBufferBuilder` & `Bitmap` seems to behave like immutable data structures, which does not support the required use case (specifically: https://github.com/apache/arrow-datafusion/pull/342/files#diff-44d49c7778aa0c300afacdd7d89b0729ffaedd932d1ac34f3ef8db6b6cdfd73aR1084). So I'd love to change my code to use arrow's structures, but those two does not seem to support what is required. I looked on other array structures under arrow, but none of them seem to fit as well (https://docs.rs/arrow/4.0.0/arrow/array/index.html). Let me know how I should advance from here -- 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. For queries about this service, please contact Infrastructure at: [email protected]
