This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 74d8296 ARROW-3762: [Python] Add large_memory unit test exercising
BYTE_ARRAY overflow edge cases from ARROW-3762
add 4f7ead8 ARROW-6413: [R] Support autogenerating column names
No new revisions were added by this update.
Summary of changes:
r/Makefile | 2 +-
r/NEWS.md | 2 +-
r/R/csv.R | 97 ++++++++++++-----------
r/man/csv_convert_options.Rd | 10 ++-
r/man/csv_read_options.Rd | 9 ++-
r/man/read_delim_arrow.Rd | 29 ++++---
r/src/csv.cpp | 14 ++++
r/tests/testthat/{test-arrow-csv.R => test-csv.R} | 31 +++++++-
8 files changed, 133 insertions(+), 61 deletions(-)
rename r/tests/testthat/{test-arrow-csv.R => test-csv.R} (82%)