I have several large csv files. Using the latest development build (windows binary from AppVeyor), fread fails on one of them with error:
Error in fread("myfile.csv") : A row outside the large sample was i) either too short and fill=FALSE ii) too long or iii) a jump batch didn't end properly. This message will be made specific before release to CRAN.
This is after the commit 'fread parallel' 0b3cd65
The previous commit and earlier still work fine, so something must have changed in this commit.
The csv has 89205 observations of 9 variables. Unfortunately, it is sensitive. What can I try to help make a reproducible example?
EDIT: anonymised csv in comment below
I have several large csv files. Using the latest development build (windows binary from AppVeyor), fread fails on one of them with error:
Error in fread("myfile.csv") : A row outside the large sample was i) either too short and fill=FALSE ii) too long or iii) a jump batch didn't end properly. This message will be made specific before release to CRAN.This is after the commit 'fread parallel' 0b3cd65
The previous commit and earlier still work fine, so something must have changed in this commit.
The csv has 89205 observations of 9 variables. Unfortunately, it is sensitive. What can I try to help make a reproducible example?
EDIT: anonymised csv in comment below