xinyiZzz commented on issue #37824:
URL: https://github.com/apache/arrow/issues/37824#issuecomment-1730176067
> I think you need to use `outgoing` to send your token value
I've tried it before,, but error remains
```
arrow::Status FlightSqlServerAuthHandler::Authenticate(const
arrow::flight::ServerCallContext& context, arrow::flight::ServerAuthSender*
outgoing,
arrow::flight::ServerAuthReader* incoming) {
RETURN_NOT_OK(outgoing->Write("root"));
return arrow::Status::OK();
}
```
--
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]