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

   Implements the fix described in #4715.
   
   `ReadNextRecordBatchAsync` becomes genuinely async instead of calling 
`.Result`. `AdbcDataReader` gains a `ReadAsync` override and `AdbcCommand` an 
`ExecuteDbDataReaderAsync` override, so the awaited path no longer falls back 
to the synchronous bodies. All additive: no driver changes, no public contract 
change, `Read()` and `ExecuteDbDataReader` unchanged.
   
   Tests in `Client/ClientTests.cs`. 
`ReadAsyncDoesNotDeadlockOnASynchronizationContext` hangs against the current 
`main` and passes here.
   
   Closes #4715
   


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