aiguofer commented on issue #715:
URL: https://github.com/apache/arrow-adbc/issues/715#issuecomment-1570480287
Ahhh that was it! We were using the same Location
(`Location.forGrpcInsecure("0.0.0.0", config.applicationPort)`) for both
`FlightServer.builder` and for the `FlightEndpoint` lists that we send back for
`FlightInfo` requests in the `FlightSqlProducer`. The reason I was seeing the
invalid credentials error when hitting prod is because I had my local server
running, so the `DO_GET` request was going to my local machine using the prod
credentials.
Interestingly enough, this works fine when using the JDBC driver.... does
that mean that the JDBC driver is ignoring the flight endpoints provided by
`GET_FLIGHT_INFO`?
--
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]