CurtHagenlocher opened a new issue, #31: URL: https://github.com/apache/arrow-dotnet/issues/31
### Describe the enhancement requested The wire protocols for BigQuery and Databricks expose data formatted as Arrow IPC, but break up the schema and the data rows such that the existing C# libraries can't read the data directly. Instead, the ADBC drivers for these data sources have to construct new structures in memory for the sole purpose of deserialization. If there were lower-level APIs in the C# Arrow library, then these could be used instead for a gain in efficiency. -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org