You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Cai-Yao (via GitHub)" <gi...@apache.org> on 2023/06/02 09:15:20 UTC

[GitHub] [arrow] Cai-Yao commented on issue #35777: [Flight-SQL] use Flight_SQL_JDBC to connect server failed

Cai-Yao commented on issue #35777:
URL: https://github.com/apache/arrow/issues/35777#issuecomment-1573416854

   > It's not really written as an example, but the tests use a server based on Apache Derby: https://github.com/apache/arrow/blob/main/java/flight/flight-sql/src/test/java/org/apache/arrow/flight/sql/example/FlightSqlExample.java
   > 
   > For Python: the Python code will try to create a prepared statement (this is to fit DBAPI, IIRC) and if the server raises any error except for NotImplemented it will fail. (If it gets NotImplemented, it will ignore and execute without a prepared statement.)
   
   Thank you very much, the example you gave was very helpful.


-- 
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: github-unsubscribe@arrow.apache.org

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