Mandukhai-Alimaa opened a new issue, #3143: URL: https://github.com/apache/arrow-adbc/issues/3143
### What feature or improvement would you like to see? Problem: Calling cnxn.(adbc.GetSetOptions).SetOption(adbc.OptionKeyCurrentCatalog, "random_data") panics because the drivermgr.cnxn type doesn’t implement the full adbc.GetSetOptions interface (missing GetOption). Solution: Add the missing GetOption method (and any other required stubs) to the Go driver’s cnxn type so it satisfies adbc.GetSetOptions, allowing safe use of SetOption and GetOption without panics. -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org