This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from c2fac05  ARROW-15314: [C++][Java][FlightRPC] Add missing metadata on 
Arrow schemas returned by Flight SQL
     add bfa3bca  ARROW-15313: [C++][Java][FlightRPC] Implement type info 
method to flight-sql

No new revisions were added by this update.

Summary of changes:
 .../flight/integration_tests/test_integration.cc   |  13 ++
 cpp/src/arrow/flight/sql/CMakeLists.txt            |   1 +
 cpp/src/arrow/flight/sql/client.cc                 |  16 ++
 cpp/src/arrow/flight/sql/client.h                  |  13 ++
 cpp/src/arrow/flight/sql/client_test.cc            |  10 ++
 cpp/src/arrow/flight/sql/example/sqlite_server.cc  |  30 ++++
 cpp/src/arrow/flight/sql/example/sqlite_server.h   |   7 +
 .../arrow/flight/sql/example/sqlite_type_info.cc   | 103 ++++++++++++
 .../{sqlite_sql_info.h => sqlite_type_info.h}      |  12 +-
 cpp/src/arrow/flight/sql/server.cc                 |  56 +++++++
 cpp/src/arrow/flight/sql/server.h                  |  26 +++
 cpp/src/arrow/flight/sql/server_test.cc            |  32 ++++
 format/FlightSql.proto                             | 181 +++++++++++++++++++++
 .../integration/tests/FlightSqlScenario.java       |   2 +
 .../tests/FlightSqlScenarioProducer.java           |  12 ++
 .../apache/arrow/flight/sql/FlightSqlClient.java   |  31 ++++
 .../apache/arrow/flight/sql/FlightSqlProducer.java |  51 ++++++
 .../org/apache/arrow/flight/TestFlightSql.java     | 117 ++++++++++++-
 .../arrow/flight/sql/example/FlightSqlExample.java | 137 +++++++++++++++-
 19 files changed, 837 insertions(+), 13 deletions(-)
 create mode 100644 cpp/src/arrow/flight/sql/example/sqlite_type_info.cc
 copy cpp/src/arrow/flight/sql/example/{sqlite_sql_info.h => 
sqlite_type_info.h} (71%)

Reply via email to