I'm getting this error upon reading in a file and then immediately collecting it.
read_chunkwise(file.path(rdir, 'frs', paste0('file', '.csv'))) %>% collect()
However, the odd thing is I can read in the file with fread and it works totally fine, just for some reason with read_chunkwise() I'm getting this error. Any thoughts as to why this might be happening?