lidavidm opened a new pull request, #1530: URL: https://github.com/apache/arrow-adbc/pull/1530
We wrap RecordBatchReader to try to provide extra error metadata from ADBC when using this API. But PyArrow may try to extract the underlying C++ arrow::RecordBatch pointer from the reader, which won't exist in our wrapped reader. For the public API, return the unwrapped reader instead. Fixes #1523. -- 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]
