devinrsmith commented on issue #43622:
URL: https://github.com/apache/arrow/issues/43622#issuecomment-2292064361

   It looks like `adbc_driver_flightsql` first tries doAction / 
CreatePreparedStatement / ActionCreatePreparedStatement "select * from crypto", 
but then falls back to getFlightInfo / CommandStatementQuery "select * from 
crypto".
   
   It does seem a bit strange that the default behavior is to go the prepared 
statement route even when the query is ad-hoc? For reference, the sequence 
diagrams here show the ad-hoc vs prepared statement: 
https://arrow.apache.org/docs/format/FlightSql.html#sequence-diagrams


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