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/01 15:17:58 UTC

[GitHub] [arrow-rs] izveigor opened a new pull request, #3997: feat: add the implementation BitXor to BooleanBuffer

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

   # Which issue does this PR close?
   
   
   Follow on to #3898.
   
   # Rationale for this change
   XOR, like bitwise OR and AND, is one of the basic operators. So, I think BooleanBuffer should support it.
   
   # What changes are included in this PR?
   The "XOR" implementation for "BooleanBuffer".
   
   # Are there any user-facing changes?
   Yes
   


-- 
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 #3997: feat: add the implementation BitXor to BooleanBuffer

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


-- 
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] izveigor commented on pull request #3997: feat: add the implementation BitXor to BooleanBuffer

Posted by "izveigor (via GitHub)" <gi...@apache.org>.
izveigor commented on PR #3997:
URL: https://github.com/apache/arrow-rs/pull/3997#issuecomment-1493372470

   Hello, @tustvold!
   I wrote tests for bitwise operations.


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