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 082377ae44 GH-47713: [C++][FlightRPC] ODBC return number of affected
rows (#48037)
add 6fed4f3b4a GH-46575: [C++][FlightRPC] Add Diagnostic tests (#47764)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/sql/odbc/tests/CMakeLists.txt | 1 +
.../arrow/flight/sql/odbc/tests/connection_test.cc | 6 +-
cpp/src/arrow/flight/sql/odbc/tests/errors_test.cc | 562 +++++++++++++++++++++
.../arrow/flight/sql/odbc/tests/odbc_test_suite.cc | 34 +-
.../arrow/flight/sql/odbc/tests/odbc_test_suite.h | 4 +-
5 files changed, 584 insertions(+), 23 deletions(-)
create mode 100644 cpp/src/arrow/flight/sql/odbc/tests/errors_test.cc