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 bf443c4 ARROW-11675: [CI][C++] Resolve ctest failures on VS 2019
builds
add fda6b27 ARROW-13187: [Python] Avoid creating reference cycle when
reading CSV file
No new revisions were added by this update.
Summary of changes:
python/pyarrow/error.pxi | 24 ++++++++++++------
python/pyarrow/tests/test_csv.py | 13 ++++++++++
python/pyarrow/tests/test_util.py | 52 +++++++++++++++++++++++++++++++++++++++
python/pyarrow/tests/util.py | 9 +++++++
python/pyarrow/util.py | 26 ++++++++++++++++++++
5 files changed, 117 insertions(+), 7 deletions(-)
create mode 100644 python/pyarrow/tests/test_util.py