dinse commented on code in PR #46755:
URL: https://github.com/apache/arrow/pull/46755#discussion_r2178707611


##########
python/pyarrow/tests/test_gdb.py:
##########
@@ -195,6 +195,8 @@ def gdb():
 def gdb_arrow(gdb):
     if 'deb' not in pa.cpp_build_info.build_type:
         pytest.skip("Arrow C++ debug symbols not available")
+    if pa.build_info().build_type != 'debug':

Review Comment:
   With relwithdebinfo, less of the tests fail than release but several still 
fail.



-- 
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-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to