lupko commented on issue #1523: URL: https://github.com/apache/arrow-adbc/issues/1523#issuecomment-1932385397
As a workaround, I have just noticed that `AdbcRecordBatchReader._import_from_c` actually uses PyArrow's RBR and keeps it in `_reader`. If i go dirty and use that `fetch_record_batch()._reader` then all works as expected. Indeed, not the ideal way to go but it unblocks my progress a bit. -- 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]
