AlenkaF commented on code in PR #14656: URL: https://github.com/apache/arrow/pull/14656#discussion_r1029187946
########## python/pyarrow/tests/test_cpp_internals.py: ########## @@ -31,3 +34,17 @@ def wrapper(case=case): inject_cpp_tests(globals()) + + +def test_pyarrow_include(): + # We need to make sure that pyarrow/include is always + # created. Either with PyArrow C++ header files or with + # Arrow C++ and PyArrow C++ header files together + + source = os.path.dirname(os.path.abspath(__file__)) + pyarrow_dir = os.path.abspath(pjoin(source, '..')) Review Comment: Oh, sorry for my confusion. Can change to `pyarrow_dir = os.path.dirname(source)`, @kou do you agree? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
