davidhcoe commented on issue #1454: URL: https://github.com/apache/arrow-adbc/issues/1454#issuecomment-1904493034
The 1.7.2 update did not resolve the issue, but there is a way to make this work using pagination and the existing code. Use the query ```SHOW TABLES LIMIT 100``` and parse the results. Retain the last table found and then run the query ```SHOW TABLES LIMIT 100 FROM `last_table````. Continue to do this until you have parsed all of the tables. I will add a test that demonstrates how this works. -- 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]
