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 2021/12/03 18:01:53 UTC

[arrow] branch master updated (eee9df5 -> 7240420)

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 eee9df5  ARROW-13016: [C++][Compute] Support Null type in Sum/Mean aggregation
     add 7240420  ARROW-14903: [C++] Enable CSV Writer to control string to be used for missing data

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/options.h      |   3 +
 cpp/src/arrow/csv/writer.cc      |  66 +++++++++++++++-------
 cpp/src/arrow/csv/writer_test.cc | 119 +++++++++++++++++++++++++--------------
 3 files changed, 128 insertions(+), 60 deletions(-)