eric-wang-1990 commented on PR #2806:
URL: https://github.com/apache/arrow-adbc/pull/2806#issuecomment-2892375776

   > I think my expectation as an ADBC user would be that if I set 
`adbc.connection.catalog` and `adbc.connection.db_schema` before the connection 
is opened, that it would use those values to populate the initial namespace. 
And if I set them after the connection was opened, I'd get whatever it takes to 
update the session value (e.g. `USE CATALOG catalog_name`).
   
   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.


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