dinse commented on code in PR #46755: URL: https://github.com/apache/arrow/pull/46755#discussion_r2144153116
########## python/pyarrow/tests/test_gdb.py: ########## @@ -25,6 +25,7 @@ import pytest import pyarrow as pa +from pyarrow.lib import get_pybuild_type Review Comment: Fixed. Exposed pa.build_info(). ########## python/pyarrow/tests/test_misc.py: ########## @@ -23,6 +23,7 @@ import pyarrow as pa from pyarrow.lib import ArrowInvalid +from pyarrow.lib import get_pybuild_type Review Comment: Fixed. -- 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