You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/10 04:55:33 UTC

[GitHub] [arrow] emkornfield commented on a change in pull request #7382: ARROW-5760: [C++] New compute::Take implementation for better performance, faster dispatch, smaller code size / faster compilation

emkornfield commented on a change in pull request #7382:
URL: https://github.com/apache/arrow/pull/7382#discussion_r437859624



##########
File path: cpp/src/arrow/util/int_util_test.cc
##########
@@ -382,5 +386,102 @@ TEST(TransposeInts, Int8ToInt64) {
   ASSERT_EQ(dest, std::vector<int64_t>({2222, 4444, 6666, 1111, 4444, 3333}));
 }
 
+void BoundscheckPasses(const std::shared_ptr<DataType>& type,

Review comment:
       nit: BoundsCheck




----------------------------------------------------------------
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:
users@infra.apache.org