[C++][FlightSQL][ODBC] catch all exceptions under DriverException on macOS
Open
Component: C++
Component: FlightRPC
Type: enhancement
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the enhancement requested
on mac, DriverException doesn't catch the subclass exceptions `AuthenticationException` and `NullWithoutIndicatorException`, need to investigate if there is a way to catch all the subclass exceptions under `DriverException` and remove the extra catch statements needed for mac.
This issue is not seen on Windows.
### Component(s)
FlightRPC, C++
Contributor guide
Assessment
This issue has not been assessed yet.