joellubi commented on issue #2171: URL: https://github.com/apache/arrow-adbc/issues/2171#issuecomment-2364074327
You're right, it appears that `information_schema.databases` must be qualified with a valid database name but shows all databases regardless while `information_schema.schemata` only enumerates objects within the current database. I was hoping we could make this a thinner wrapper around existing snowflake functionality, but it doesn't appear that the existing APIs have quite the right semantics. I can work on a change for the next release that allows the search to fan out to all databases matching the search. -- 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]
