xborder commented on code in PR #2651:
URL: https://github.com/apache/arrow-adbc/pull/2651#discussion_r2031573851
##########
go/adbc/driver/flightsql/flightsql_database.go:
##########
@@ -149,7 +151,7 @@ func (d *databaseImpl) SetOptions(cnOptions
map[string]string) error {
if u, ok := cnOptions[adbc.OptionKeyUsername]; ok {
if d.hdrs.Len() > 0 {
return adbc.Error{
- Msg: "Authorization header already provided,
do not provide user/pass also",
+ Msg: "Authentication conflict: Use either
Authorization header OR username/password parameter",
Review Comment:
done
--
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]