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


##########
go/adbc/driver/flightsql/flightsql_database.go:
##########
@@ -146,10 +147,12 @@ func (d *databaseImpl) SetOptions(cnOptions 
map[string]string) error {
                delete(cnOptions, OptionAuthorizationHeader)
        }
 
+       authConflictError := "Authentication conflict: Use either Authorization 
header OR username/password parameter"

Review Comment:
   `const authConflictError = ....`



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to