CurtHagenlocher commented on PR #2806: URL: https://github.com/apache/arrow-adbc/pull/2806#issuecomment-2894584870
> This initial catalog/schema should only be used when opening session, in powerbi when user signed in and pick the initial catalog/schema there is no way to change that unless user make brand new connection. The way we setting those parameter is in OpenSession, which is considered faster than a explictly SET catalog=x command. I think until we receive real needs of modifying the initial catalog/schema after connection is established, we can assume it only works for when connection is established. Notwithstanding that (at least in principle) this driver should be useful outside of a narrow Power BI context, Power BI does make use of the ability to set the current catalog; it's a prerequisite for being able to use `Value.NativeQuery` with pooled connections. -- 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]
