CurtHagenlocher opened a new issue, #113: URL: https://github.com/apache/arrow-dotnet/issues/113
### Describe the enhancement requested There is one fix and two improvements that we'd like to incorporate into ADBC. #98 fixes an uninitialized memory bug that can e.g. trigger a panic in the Go GC of the Snowflake driver when using bulk ingestion from a .NET client. #100 allows simplification and improved memory usage of the HiveServer2-based drivers as well as the C# BigQuery driver. #112 is needed to enable drivers implemented in C# to be compiled using .NET AOT and then consumed from non-C# clients without any other software installed. I'd be happy to take a crack at driving this. -- 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]
