toddmeng-db opened a new pull request, #2896: URL: https://github.com/apache/arrow-adbc/pull/2896
This PR adds support for edge cases that the ODBC driver supported. ### Default schema fallback If spark protocol version is too low, initial namespace will not be respected. This PR sets `USE <schema>` as a backup immediately after `TOpenSessionResp`. 1SET CATALOG <catalog>` is not implemented since it is introduced at the same time as InitialNamespace. ### Default catalog legacy compatibility If default catalog is provided in the `TOpenSessionResp`, we want subsequent getTables calls to use the default catalog. This enables powerbi to act as if it is pre-UC, since it will automatically make all getTables requests with default catalog, which is often `hive_metastore` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org