justing-bq opened a new issue, #49782: URL: https://github.com/apache/arrow/issues/49782
### Describe the enhancement requested Calling `SQLGetInfo` on attribute `SQL_DRIVER_AWARE_POOLING_SUPPORTED` works fine on Windows & Mac because the respective driver managers handle it instead of the driver. But on Linux, the driver manager unixODBC hands this off to the driver but our driver does not have any logic defined for this attribute. ### Component(s) C++, FlightRPC -- 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]
