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 2022/04/21 17:38:45 UTC

[GitHub] [arrow] westonpace commented on a diff in pull request #12944: ARROW-16264: [C++][CI] Valgrind timeout in arrow-compute-hash-join-node-test

westonpace commented on code in PR #12944:
URL: https://github.com/apache/arrow/pull/12944#discussion_r855432955


##########
cpp/src/arrow/compute/exec/bloom_filter_test.cc:
##########
@@ -364,8 +364,13 @@ void TestBloomLarge(BloomFilterBuildStrategy strategy, int64_t num_build, bool u
 
 TEST(BloomFilter, Basic) {
   std::vector<int64_t> num_build;
+#if defined(THREAD_SANITIZER) or defined(ARROW_VALGRIND)

Review Comment:
   Yes.  I made this change.  Thank you.



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