zeroshade commented on issue #2581: URL: https://github.com/apache/arrow-adbc/issues/2581#issuecomment-2707484442
So, interestingly, adding a simple test like so: ```go func (suite *SnowflakeTests) TestDisableAutocommit() { suite.Require().NoError(suite.cnxn.(adbc.GetSetOptions). SetOption(adbc.OptionKeyAutoCommit, adbc.OptionValueDisabled)) } ``` Has no errors and succeeds as you'd expect when run against main. Let me see if there's something I'm missing about how things work when coming from the C interface -- 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