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/05/16 23:38:33 UTC

[GitHub] [arrow] save-buffer commented on pull request #12289: ARROW-15498: [C++][Compute] Implement Bloom filter pushdown between hash joins

save-buffer commented on PR #12289:
URL: https://github.com/apache/arrow/pull/12289#issuecomment-1128242254

   OK I think this is good now. The various failures seem to be because of :
   ```
   tests/test_plasma.py::TestPlasmaClient::test_connection_failure_raises_exception
   ```
   And 
   ```
   685  CMake Error at cmake_modules/ThirdpartyToolchain.cmake:239 (find_package):
   686  Could not find a package configuration file provided by "GTest" (requested
   687  version 1.10.0) with any of the following names:
   688
   689    GTestConfig.cmake
   690    gtest-config.cmake
   691
   692  Add the installation prefix of "GTest" to CMAKE_PREFIX_PATH or set
   693  "GTest_DIR" to a directory containing one of the above files.  If "GTest"
   694  provides a separate development package or SDK, be sure it has been
   695  installed.
   696
   ```
   
   The latter of which is being addressed in https://github.com/apache/arrow/pull/13101


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