[GitHub] [arrow-rs] boaz-codota commented on pull request #383: Add set_bit to BooleanBufferBuilder to allow mutating bit in index

2021-06-08 Thread GitBox
boaz-codota commented on pull request #383: URL: https://github.com/apache/arrow-rs/pull/383#issuecomment-856517323 hey, what is blocking this from being merged? @Dandandan @alamb -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [arrow-rs] boaz-codota commented on pull request #383: Add set_bit to BooleanBufferBuilder to allow mutating bit in index

2021-06-06 Thread GitBox
boaz-codota commented on pull request #383: URL: https://github.com/apache/arrow-rs/pull/383#issuecomment-855430342 @alamb fixed clippy failures -- 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

[GitHub] [arrow-rs] boaz-codota commented on pull request #383: Add set_bit to BooleanBufferBuilder to allow mutating bit in index

2021-06-05 Thread GitBox
boaz-codota commented on pull request #383: URL: https://github.com/apache/arrow-rs/pull/383#issuecomment-855236871 Fix the tests, could you review? @Dandandan @alamb ? Also, @alamb I noticed that in https://github.com/influxdata/influxdb_iox/blob/main/arrow_util/src/bitset.rs#L87