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 e46b0af ARROW-15181: [C++][FlightRPC] Fix race between signal handler
and shutdown
add 1104060 ARROW-15116: [Python] Expose invalid_row_handler for CSV
reader
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/python/CMakeLists.txt | 4 ++
cpp/src/arrow/python/{ipc.h => csv.cc} | 60 ++++++++++++---------
cpp/src/arrow/{csv/chunker.h => python/csv.h} | 18 ++++---
docs/source/python/api/formats.rst | 1 +
python/pyarrow/_csv.pxd | 1 +
python/pyarrow/_csv.pyx | 78 +++++++++++++++++++++++++--
python/pyarrow/csv.py | 2 +-
python/pyarrow/includes/libarrow.pxd | 26 +++++++++
python/pyarrow/tests/test_csv.py | 60 +++++++++++++++++++--
9 files changed, 211 insertions(+), 39 deletions(-)
copy cpp/src/arrow/python/{ipc.h => csv.cc} (51%)
copy cpp/src/arrow/{csv/chunker.h => python/csv.h} (69%)