Commits

Weston Pace authored 737492e074b
ARROW-13386: [R][C++] CSV streaming changes break Rtools 35 32-bit build The streaming CSV reader now creates more threads even when use_threads = false (it creates a CPU thread to do the worker tasks in an async way safe for nested parallelism). This disturbs RTools 3.5 builds on Windows on 32 bit machines. Per some discussion in Zulip I am disabling those tests as it is not clear the functionality is needed (i.e. it is not clear that there are many 32-bit consumers). Closes #10757 from westonpace/bugfix/ARROW-13386--r-c-csv-streaming-changes-break-rtools-35-32- Lead-authored-by: Weston Pace <weston.pace@gmail.com> Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>