You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/11/01 17:30:04 UTC

[arrow] branch master updated (e1303aacc1 -> 85ae0d2e83)

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 e1303aacc1 ARROW-18205: [C++] Substrait consumer is not converting right side references correctly on joins (#14558)
     add 85ae0d2e83 ARROW-17867: [C++][FlightRPC] Expose bulk parameter binding in Flight SQL (#14266)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/sql/CMakeLists.txt            |   8 -
 cpp/src/arrow/flight/sql/client.cc                 |  78 +--
 cpp/src/arrow/flight/sql/client.h                  |  11 +-
 cpp/src/arrow/flight/sql/client_test.cc            | 530 ---------------------
 cpp/src/arrow/flight/sql/example/sqlite_server.cc  | 161 ++++---
 cpp/src/arrow/flight/sql/example/sqlite_server.h   |   5 +-
 .../arrow/flight/sql/example/sqlite_statement.cc   | 109 ++++-
 .../arrow/flight/sql/example/sqlite_statement.h    |   9 +
 .../sql/example/sqlite_statement_batch_reader.cc   | 142 +++---
 .../sql/example/sqlite_statement_batch_reader.h    |   4 +
 .../example/sqlite_tables_schema_batch_reader.cc   |  18 +-
 cpp/src/arrow/flight/sql/server.cc                 |  94 ++--
 cpp/src/arrow/flight/sql/server.h                  |  22 +-
 cpp/src/arrow/flight/sql/server_test.cc            | 208 ++++----
 14 files changed, 513 insertions(+), 886 deletions(-)
 delete mode 100644 cpp/src/arrow/flight/sql/client_test.cc