Testing the latest fread.c with "large test suite" of files shows problems with the following files:
fread("h2o-3/smalldata/jira/pubdev_2455.csv")
Internal error: Last field of last field should select quote rule 2
fread("h2o-3/smalldata/jira/pubdev_2336.csv")
Internal error: Last field of last field should select quote rule 2
fread("h2o-3/smalldata/glm_test/prostate_cat_train.csv")
Line 290 has too few fields when detecting types. Use fill=TRUE to pad with NA. Expecting 9 fields but found 8: <<380 0 69 R2 b a 1.90 20.70 >>
fread("h2o-3/smalldata/glm_test/prostate_cat_test.csv")
Line 90 has too few fields when detecting types. Use fill=TRUE to pad with NA. Expecting 9 fields but found 8: <<378 1 76 R2 b a 5.5 53.9 >>
fread("h2o-3/smalldata/glm_test/abcd.csv")
Line 4 has too few fields when detecting types. Use fill=TRUE to pad with NA. Expecting 6 fields but found 5: <<1 1 0 1 1 >>
All of these files were read without errors in the previous version of fread.c
The text was updated successfully, but these errors were encountered:
st-pasha commentedAug 6, 2017
Testing the latest
fread.c
with "large test suite" of files shows problems with the following files:All of these files were read without errors in the previous version of
fread.c
The text was updated successfully, but these errors were encountered: