[GitHub] [arrow] emkornfield commented on a change in pull request #7872: ARROW-9607: [C++][Gandiva] Add bitwise_and(), bitwise_or() and bitwise_not() functions for integers

2020-08-03 Thread GitBox
emkornfield commented on a change in pull request #7872: URL: https://github.com/apache/arrow/pull/7872#discussion_r464793815 ## File path: cpp/src/gandiva/precompiled/arithmetic_ops_test.cc ## @@ -101,4 +101,31 @@ TEST(TestArithmeticOps, TestDiv) { context.Reset(); }

[GitHub] [arrow] emkornfield commented on a change in pull request #7872: ARROW-9607: [C++][Gandiva] Add bitwise_and(), bitwise_or() and bitwise_not() functions for integers

2020-08-01 Thread GitBox
emkornfield commented on a change in pull request #7872: URL: https://github.com/apache/arrow/pull/7872#discussion_r464023290 ## File path: cpp/src/gandiva/precompiled/arithmetic_ops_test.cc ## @@ -101,4 +101,29 @@ TEST(TestArithmeticOps, TestDiv) { context.Reset(); }