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/02/12 16:02:04 UTC

[arrow] branch master updated (e6eb6bd -> 220c437)

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 e6eb6bd  ARROW-7624: [Rust] Soundness issues via `Buffer` methods
     add 220c437  ARROW-7754: [C++] Make Result<> faster

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/result.cc         |   4 +
 cpp/src/arrow/result.h          | 168 +++++++++++++++----------
 cpp/src/arrow/result_test.cc    |  52 +++-----
 cpp/src/arrow/type_benchmark.cc | 269 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 393 insertions(+), 100 deletions(-)