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

   ADBC base classes/interfaces are not consistent in using `AdbcException` for 
all their methods (sometimes `Exception` or `IOException` are used).
   
   Introduces `AdbcCloseable` which is a subinterface of `AutoCloseable` 
throwing `AdbcException` instead of `Exception` and replace usage of 
`AutoCloseable` in core interfaces with `AdbcCloseable`
   
   Also replaces use of `IOException` in `QueryResult` with `AdbcException`.
   
   Fixes apache/arrow-adbc#2237


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