This is an automated email from the ASF dual-hosted git repository.
jduong pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 6fed4f3b4a GH-46575: [C++][FlightRPC] Add Diagnostic tests (#47764)
add 2571c2c7ef GH-47709: [C++][FlightRPC] Return ODBC and data source
information (#47762)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/sql/odbc/odbc_api.cc | 6 +-
.../flight/sql/odbc/odbc_impl/get_info_cache.cc | 24 +-
.../flight/sql/odbc/odbc_impl/odbc_connection.cc | 125 +-
.../flight/sql/odbc/odbc_impl/odbc_connection.h | 4 +-
cpp/src/arrow/flight/sql/odbc/tests/CMakeLists.txt | 1 +
.../flight/sql/odbc/tests/connection_info_test.cc | 1238 ++++++++++++++++++++
6 files changed, 1321 insertions(+), 77 deletions(-)
create mode 100644 cpp/src/arrow/flight/sql/odbc/tests/connection_info_test.cc