Commits

Nic Crane authored 762fad5e5d1
ARROW-14653: [R] head() hangs on CSV datasets > 600MB This PR switches to using the asynchronous scanner by default when reading in datasets. I've tested it locally on a large dataset (2.5Gb of CSV files) and it does resolve the original issue, but due to the size of the files involved I wasn't sure this was something I could easily write tests for. Closes #11992 from thisisnic/ARROW-14653_head_hangs Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>