emkornfield commented on a change in pull request #10297:
URL: https://github.com/apache/arrow/pull/10297#discussion_r630584409



##########
File path: go/arrow/flight/client_auth.go
##########
@@ -65,7 +65,7 @@ func createClientAuthUnaryInterceptor(auth ClientAuthHandler) 
grpc.UnaryClientIn
                        return status.Errorf(codes.Unauthenticated, "error 
retrieving token: %s", err)
                }
 
-               return invoker(metadata.NewOutgoingContext(ctx, 
metadata.Pairs(grpcAuthHeader, tok)), method, req, reply, cc, opts...)

Review comment:
       its not clear to me why append and not overwrite is the right thing here?




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

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


Reply via email to