g302ge opened a new issue, #14526:
URL: https://github.com/apache/arrow/issues/14526

   Recent days, I have develop a new dataset filesystem used in my company 
scope. But in the python environment my colleague use the dataset api and 
inject the filesystem which I have wrote. Hence I have to make a new python 
wrapper for the new filesystem. But I am a newbie of cython I don't know if I 
can cimport the .pxd files from the pyarrow I have installed (built with my 
filesystem)
   
   example is that 
   
   ```python
   # my/path/to/filesystem.pyx
   
   # I don't know if this statement is valid ?
   from pyarrow.includes.common cimport *  
   ```
   


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