felipecrv opened a new issue, #2727: URL: https://github.com/apache/arrow-adbc/issues/2727
### What happened? I got errors when trying to set a known option to the database after initialization. `[Snowflake] Unknown database option 'adbc.snowflake.sql.client_option.auth_token' (sqlstate: [0, 0, 0, 0, 0], vendor_code: -2147483648)` After looking at the code, I noticed the `databaseImpl` class only implements `SetOptions` and `GetOption`, but not `SetOption`. I believe `SetOption` missing is a bug and it should be implemented. ### Stack Trace _No response_ ### How can we reproduce the bug? _No response_ ### Environment/Setup _No response_ -- 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