alinaliBQ opened a new issue, #49482: URL: https://github.com/apache/arrow/issues/49482
### Describe the enhancement requested When tests use a global connection, it is revealed that ODBC `flightsql-odbc` backend has a bug where `SQLGetInfo` returns inconsistent values for these 3 attributes: - `SQL_CATALOG_LOCATION` - `SQL_DROP_TABLE` - `SQL_DROP_SCHEMA` Test case with `SQL_CATALOG_LOCATION` is reproducible on remote OS Dremio instance, and test cases `SQL_DROP_TABLE`, and `SQL_DROP_SCHEMA` are reproducible on mock server Code to reproduce: https://github.com/apache/arrow/blob/dbbf7cf8136da31b77f78f00a51d62992802c2c2/cpp/src/arrow/flight/sql/odbc/tests/connection_info_test.cc#L584-L589 https://github.com/apache/arrow/blob/dbbf7cf8136da31b77f78f00a51d62992802c2c2/cpp/src/arrow/flight/sql/odbc/tests/connection_info_test.cc#L710-L715 https://github.com/apache/arrow/blob/dbbf7cf8136da31b77f78f00a51d62992802c2c2/cpp/src/arrow/flight/sql/odbc/tests/connection_info_test.cc#L717-L722 Parent issue: https://github.com/apache/arrow/issues/30622 ### 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]
