paleolimbot commented on code in PR #3623:
URL: https://github.com/apache/arrow-adbc/pull/3623#discussion_r3615056007


##########
c/include/arrow-adbc/adbc.h:
##########
@@ -2293,6 +2296,36 @@ AdbcStatusCode AdbcStatementExecuteSchema(struct 
AdbcStatement* statement,
                                           struct ArrowSchema* schema,
                                           struct AdbcError* error);
 
+/// \brief Request the schema of the next statement execution
+///
+/// Allows the caller to request a specific schema based on prior

Review Comment:
   I forgot about this...I'll put the language in sometime today. The intention 
is to align types in place for drivers where the inferred destination type is 
arbitrary, not to reorder (which places responsibility on the driver that's 
currently tricky to satisfy in C or C++).



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