zeroshade commented on issue #1848:
URL: https://github.com/apache/arrow-adbc/issues/1848#issuecomment-2103404654

   > But I don't know that we should make a strong statement about the behavior 
of something like 
`AdbcConnectionSetOption(ADBC_CONNECTION_OPTION_CURRENT_CATALOG, 
"catalogName")'; is it always just remembering a current catalog for the next 
request or is it allowed to change server state right away?
   
   At least in our currently implementations, some of the options *do* change 
the server state right away instead of waiting for the next request. I believe 
both ways should be allowed, as long as the option is reflected in any 
subsequent queries. That would be my opinion at least


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