AlenkaF commented on PR #49571:
URL: https://github.com/apache/arrow/pull/49571#issuecomment-4097192860

   We have a different issue now:
   
   ```python
   _____________________________ test_pyarrow_include 
_____________________________
   
       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 = pjoin(source, '..')
           pyarrow_include = pjoin(pyarrow_dir, 'include')
           pyarrow_cpp_include = pjoin(pyarrow_include, 'arrow', 'python')
       
   >       assert os.path.exists(pyarrow_include)
   E       AssertionError: assert False
   E        +  where False = <function exists at 
0x7ff433ef9e80>('/arrow/python/pyarrow/tests/../include')
   E        +    where <function exists at 0x7ff433ef9e80> = <module 
'posixpath' (frozen)>.exists
   E        +      where <module 'posixpath' (frozen)> = os.path
   ```
   
   Investigating ...


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

Reply via email to