zeroshade commented on code in PR #1097:
URL: https://github.com/apache/arrow-adbc/pull/1097#discussion_r1334789169


##########
go/adbc/driver/snowflake/driver.go:
##########
@@ -330,6 +330,7 @@ func (d *database) SetOptions(cnOptions map[string]string) 
error {
 
        var err error
        for k, v := range cnOptions {
+               v := v // copy into loop scope

Review Comment:
   Okay, I guess we must have been hitting this or else this entire PR wouldn't 
have been needed lol, very odd



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