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

   For BigQuery and Databrics, Arrow-formatted record batches are returned from 
the server in a format that's not strictly compatible with the Arrow stream 
format due to the way that the schema and the array data are split. A change 
was recently made to the C# Arrow library to allow these to be deserialized 
independently, which means that we no longer need to indirect through a Stream 
-- saving on both CPU and memory and reducing pressure on the GC.


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