istvan-fodor opened a new issue, #5669:
URL: https://github.com/apache/arrow-rs/issues/5669

   **Describe the bug**
   
   The flight_sql_server.rs is not compatible with the Arrow JDBC driver. The 
following changes are necessary:
   
   1. #5665 needs to be merged. 
   1. The location field returned by `get_flight_info_prepared_statement` uses 
a "grpc+tcp://127.0.0.1" as its location. Instead it should include the host 
and the port. 
   1. do_action_close_prepared_statement needs to include at least an empty 
stub (return ` Ok(())`). 
   
   With these changes a simple query can be executed from JDBC on an 
unencrypted TCP connection. 
   
   **To Reproduce**
   
   Use a simple Java / JDBC example that queries for the static data in the 
example.  
   
   **Expected behavior**
   
   I can fetch the `Hello, FlightSQL!` result. 
   


-- 
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]

Reply via email to