vipere opened a new pull request, #726:
URL: https://github.com/apache/arrow-adbc/pull/726

   GetObjects uses this function, for example to list the tables in a specific 
schema.
   The issue is getObjectsTables does not use the requested schema as a filter 
when making the API call, and only later the results are filtered on the client 
side.
   This fix prevents the server from having to process a lot of unnecessary 
data in DBs with many schemas.


-- 
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]

Reply via email to