davidhcoe opened a new pull request, #3581: URL: https://github.com/apache/arrow-adbc/pull/3581
The driver currently throws an AggregateException when an error occurs during the `connection.OpenAsync().Wait();` call. This PR attempts to unwind the AggregateException and throw an AdbcException to conform to the ADBC spec. It keeps the AggregateException as the InnerException of the throw AdbcException to maintain the integrity of the stack. -- 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]
