You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/06/10 19:25:58 UTC

[arrow] branch master updated (54148fe -> ea382be)

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

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


    from 54148fe  ARROW-8948: [Java][Integration] enable duplicate field names integration tests
     add ea382be  ARROW-8776: [FlightRPC] Fix discrepancy between headers in Java and C++

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/client.cc                     |  38 +++--
 cpp/src/arrow/flight/test_integration.cc           | 155 +++++++++++++++++++
 cpp/src/arrow/flight/types.cc                      |  13 ++
 cpp/src/arrow/flight/types.h                       |   6 +
 dev/archery/archery/integration/runner.py          |   3 +
 .../example/integration/MiddlewareScenario.java    | 166 +++++++++++++++++++++
 .../flight/example/integration/Scenarios.java      |   1 +
 7 files changed, 371 insertions(+), 11 deletions(-)
 create mode 100644 java/flight/flight-core/src/main/java/org/apache/arrow/flight/example/integration/MiddlewareScenario.java