This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from fcf9dd6aa5 GH-49385: Clarify empty schema contract on stream_reader
(#49386)
add 8e625d0a34 GH-49219: [C++][FlightRPC] Enable static ODBC build on
macOS (#49220)
No new revisions were added by this update.
Summary of changes:
.github/workflows/cpp_extra.yml | 37 ++++++++++++
cpp/cmake_modules/ThirdpartyToolchain.cmake | 19 ++++++-
cpp/src/arrow/flight/sql/odbc/CMakeLists.txt | 43 +++++++++-----
.../arrow/flight/sql/odbc/odbc_impl/CMakeLists.txt | 29 ++++++----
.../odbc_impl/config/connection_string_parser.h | 2 +-
.../sql/odbc/odbc_impl/ui/add_property_window.cc | 6 +-
.../flight/sql/odbc/odbc_impl/ui/custom_window.cc | 2 +-
.../flight/sql/odbc/odbc_impl/ui/custom_window.h | 2 +-
.../odbc/odbc_impl/ui/dsn_configuration_window.h | 4 +-
cpp/src/arrow/flight/sql/odbc/tests/CMakeLists.txt | 66 +++++++++++++++-------
cpp/src/arrow/flight/sql/odbc/tests/errors_test.cc | 10 ++--
.../arrow/flight/sql/odbc/tests/odbc_test_suite.h | 1 +
.../flight/sql/odbc/tests/statement_attr_test.cc | 14 ++++-
13 files changed, 173 insertions(+), 62 deletions(-)