lidavidm commented on code in PR #2825:
URL: https://github.com/apache/arrow-adbc/pull/2825#discussion_r2127618564


##########
go/adbc/driver/snowflake/snowflake_database.go:
##########
@@ -58,7 +60,7 @@ type databaseImpl struct {
 }
 
 func (d *databaseImpl) GetOption(key string) (string, error) {
-       switch key {
+       switch strings.ToLower(key) {

Review Comment:
   again: why the extra normalization?



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