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


##########
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:
   Someone would have to try it out, but I think `relwithdebug` might optimize 
local variables away.



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