You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/12/03 00:36:41 UTC

[arrow] branch master updated (d4bb7e5 -> bb96b76)

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

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


    from d4bb7e5  PARQUET-1706: [C++] Wrong dictionary_page_offset when writing only data pages via BufferedPageWriter
     add bb96b76  ARROW-7236: [C++] Add Result<T> APIs to arrow/csv

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/column_builder.cc      |  84 +++++------
 cpp/src/arrow/csv/column_builder.h       |  33 ++---
 cpp/src/arrow/csv/column_builder_test.cc |  35 ++---
 cpp/src/arrow/csv/converter.cc           | 236 +++++++++++++++----------------
 cpp/src/arrow/csv/converter.h            |   9 +-
 cpp/src/arrow/csv/converter_test.cc      |  17 +--
 cpp/src/arrow/csv/parser.h               |   5 +-
 cpp/src/arrow/csv/reader.cc              |  71 ++++++----
 cpp/src/arrow/csv/reader.h               |  24 ++--
 python/pyarrow/_csv.pyx                  |   9 +-
 python/pyarrow/includes/libarrow.pxd     |   8 +-
 11 files changed, 259 insertions(+), 272 deletions(-)