tumluliu opened a new issue, #187:
URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/187

   Hi, thank you for making this very nice library. I'm trying it by following 
the [official doc]() but could not even make the "How to connect" successful. 
It complained with:
   
   ```
   IOError: Invalid: SCRAM auth method isn't supported yet. Detail: 
Unauthenticated. Detail: Unauthenticated
   ```
   
   at this line I believe:
   
   ```c++
   ARROW_ASSIGN_OR_RAISE(auto bearer_token, 
client->AuthenticateBasicToken(call_options, user, password));
   ```
   
   From the postgresql server side, I saw such a log entry accordingly:
   
   ```
   2024-05-15 15:38:25.605 UTC [263] LOG:  background worker "arrow-flight-sql: 
executor: 16118212404317981807" (PID 28668) exited with exit code 1
   ```
   
   And I can confirm the provided `user` and `password` are correct. Could you 
please provide me some hints that where the problem could be? Thanks a lot!


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

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

Reply via email to