dinse commented on code in PR #46755: URL: https://github.com/apache/arrow/pull/46755#discussion_r2181200538
########## python/pyarrow/tests/test_misc.py: ########## @@ -94,6 +94,10 @@ def test_build_info(): assert pa.cpp_build_info.build_type in ( 'debug', 'release', 'minsizerel', 'relwithdebinfo') + assert isinstance(pa.build_info(), pa.PythonBuildInfo) Review Comment: Ok, did so. -- 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