amoeba commented on PR #3623:
URL: https://github.com/apache/arrow-adbc/pull/3623#issuecomment-3518006425

   This looks pretty good. On one hand, it's not the most ergonomic way to 
handle this but it's the most regular with the existing API. Am I right that 
the most convenient way to use this API may be to first call 
`AdbcStatementExecuteSchema` (and hope it's implemented), then modify the 
returned schema to my desire, call `AdbcStatementRequestSchema` with the 
modified schema, and then execute my statement?
   
   Another question, should it be spelled out that the schema can be partial or 
not?
   
   


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