You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "izveigor (via GitHub)" <gi...@apache.org> on 2023/04/03 10:27:33 UTC

[GitHub] [arrow-rs] izveigor opened a new pull request, #4004: Minor: add tests for BooleanBuffer

izveigor opened a new pull request, #4004:
URL: https://github.com/apache/arrow-rs/pull/4004

   # Which issue does this PR close?
   Minor change: add some tests for BooleanBuffer.
   
   # Rationale for this change
   There are no basic tests for BooleanBuffer.
   
   # What changes are included in this PR?
   The next tests:
   - test_boolean_new (check methods: new, values, offset, len, count_set_bits, inner, into_inner)
   - test_boolean_data_equality
   - test_boolean_slice
   
   Using the naming convention for tests of bitwise operations.
   # Are there any user-facing changes?
   No
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold merged pull request #4004: Minor: add tests for BooleanBuffer

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold merged PR #4004:
URL: https://github.com/apache/arrow-rs/pull/4004


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org