You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by yi...@apache.org on 2022/02/16 13:47:02 UTC

[arrow] branch master updated (12490eb -> 07db461)

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

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


    from 12490eb  ARROW-15652: [C++] Fix GDB pretty-printing from inside parquet namespace
     add 07db461  ARROW-14993: [C++] Benchmark CSV writer

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/CMakeLists.txt      |   1 +
 cpp/src/arrow/csv/writer.cc           |  81 +++++++++++------
 cpp/src/arrow/csv/writer_benchmark.cc | 164 ++++++++++++++++++++++++++++++++++
 cpp/src/arrow/csv/writer_test.cc      |  32 +++++--
 4 files changed, 243 insertions(+), 35 deletions(-)
 create mode 100644 cpp/src/arrow/csv/writer_benchmark.cc