You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/14 18:25:08 UTC

[GitHub] [arrow] drin commented on issue #14421: How to expose missing C++ API to Cython?

drin commented on issue #14421:
URL: https://github.com/apache/arrow/issues/14421#issuecomment-1279327288

   while I'm simmering on this code, I think one of your imports is malformed, specifically:
   ```python
   from pyarrow.lib cimport CTable, pyarrow_unwrap_table(sa_table) # I don't think you want to pass `sa_table` here?
   ```


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org