birschick-bq commented on issue #2233: URL: https://github.com/apache/arrow-adbc/issues/2233#issuecomment-2433664690
Note: Underlying root cause was that the HiveServer2Reader was returning an empty `RecordBatch`. This is handled in ADBC driver interaction because you still have iterate the contained arrays - which would have been empty. In the case of AdbcDataReader, it was not checking the number of items in the `RecordBatch` assuming a non-null batch had at least one record. -- 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]
