CurtHagenlocher opened a new pull request, #1865:
URL: https://github.com/apache/arrow-adbc/pull/1865

   For #1843, redefines the C# APIs to prioritize full async support. As this 
is making a number of breaking changes already, it also takes the opportunity 
to do some general cleanup.
   
   Async methods that are generally expected to run locally (e.g. 
GetOption/SetOption) are defined to return ValueTask and have their default 
implementation be synchronous. Async methods that are generally expected to run 
remotely are defined to return Task and have their default implementations be 
asynchronous.


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