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


##########
go/adbc/driver/bigquery/connection.go:
##########
@@ -581,7 +581,7 @@ func (c *connectionImpl) newClient(ctx context.Context) 
error {
                        }
                }
                authOptions = append(authOptions, option.WithTokenSource(c))
-       case OptionValueAuthTypeAppDefaultCredentials, "":
+       case OptionValueAuthTypeAppDefaultCredentials, 
OptionValueAuthTypeDefault, "":

Review Comment:
   what's the difference between the two? is there a reason to have this 
difference instead of just picking one over the other?



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