gliga opened a new pull request, #2674: URL: https://github.com/apache/arrow-adbc/pull/2674
As the newly added tests shows, we might end up with a schema (`create view`) and yet no rows in which case we would still have an issue #2173 This PR changes so we check if the number of rows is empty (and keep the schema). Note: The potential issue with using Schema vs. TotalRows is the same (as the comment says for both of the fields they might not be initialized in some cases before the first call to Next). -- 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]
