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 eb9d5194a3 GH-47648: [Archery][Integration] More granularity in JSON
test cases (#47649)
add 16ceade8f8 GH-47516: [C++][FlightRPC] Initial ODBC driver framework
(#47517)
No new revisions were added by this update.
Summary of changes:
.../sql/odbc/ArrowFlightSqlOdbcConfig.cmake.in} | 16 +++---
cpp/src/arrow/flight/sql/odbc/CMakeLists.txt | 57 +++++++++++++++++++-
.../sql/odbc/arrow-flight-sql-odbc.pc.in} | 8 +--
.../boolean_array_accessor.h => entry_points.cc} | 40 ++++++--------
cpp/src/arrow/flight/sql/odbc/odbc.def | 62 ++++++++++++++++++++++
cpp/src/arrow/flight/sql/odbc/odbc_api.cc | 43 +++++++++++++++
.../sql/odbc/odbc_api_internal.h} | 27 ++++------
.../flight/sql/odbc/odbcabstraction/CMakeLists.txt | 7 +--
.../{testing => flight/sql/odbc}/visibility.h | 20 +++----
9 files changed, 211 insertions(+), 69 deletions(-)
copy cpp/src/arrow/{ArrowComputeConfig.cmake.in =>
flight/sql/odbc/ArrowFlightSqlOdbcConfig.cmake.in} (62%)
copy cpp/src/arrow/{compute/arrow-compute.pc.in =>
flight/sql/odbc/arrow-flight-sql-odbc.pc.in} (81%)
copy
cpp/src/arrow/flight/sql/odbc/{flight_sql/accessors/boolean_array_accessor.h =>
entry_points.cc} (51%)
create mode 100644 cpp/src/arrow/flight/sql/odbc/odbc.def
create mode 100644 cpp/src/arrow/flight/sql/odbc/odbc_api.cc
copy cpp/src/arrow/{acero/options_internal.h =>
flight/sql/odbc/odbc_api_internal.h} (68%)
copy cpp/src/arrow/{testing => flight/sql/odbc}/visibility.h (68%)