xinyiZzz opened a new pull request, #40002:
URL: https://github.com/apache/doris/pull/40002

   When the query results need to be returned from FE Arrow Flight server, such 
as `show tables;`, `show databases;`, the IP in FlightInfo returned by FE to 
the Client is wrong, and `0.0.0.0` is returned instead of the real IP of FE. 
The client fails to pull the results from `0.0.0.0`.
   
   ```
   adbc_driver_manager.OperationalError: IO: [FlightSQL] connection error: desc 
= "transport: Error while dialing: dial tcp 0.0.0.0:8029: connect: connection 
refused" (Unavailable; DoGet: endpoint 0: [uri:"grpc+tcp://0.0.0.0:8029"])
   ```


-- 
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: commits-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to