avantgardnerio commented on code in PR #269:
URL: https://github.com/apache/arrow-ballista/pull/269#discussion_r979035776
##########
ballista/rust/executor/src/flight_service.rs:
##########
@@ -135,7 +137,23 @@ impl FlightService for BallistaFlightService {
&self,
_request: Request<Streaming<HandshakeRequest>>,
) -> Result<Response<Self::HandshakeStream>, Status> {
- Err(Status::unimplemented("handshake"))
+ let token = uuid::Uuid::new_v4();
Review Comment:
When working properly (i.e. supporting alternate endpoints) the Flight SQL
JDBC driver will try to talk to the executor with the same credentials as it
used with the scheduler. Let's just accept any credentials for now, so that
when the issue is fixed in the `arrow` repo this will still work.
--
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]