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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
