Skip to content

Commit

Permalink
Fixed fread 'Internal error: Sampling jump point 10 is before the las…
Browse files Browse the repository at this point in the history
…t jump ended'. Closes #2157. Replaces PR #2160
  • Loading branch information
mattdowle committed Jun 30, 2017
1 parent 0cba833 commit 57c056f
Show file tree
Hide file tree
Showing 5 changed files with 2,558 additions and 6 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@

13. Named logical vector now select rows as expected from single row data.table. Thanks to @skranz for reporting. Closes [#2152](https://github.com/Rdatatable/data.table/issues/2152).

14. `fread()`'s rare `Internal error: Sampling jump point 10 is before the last jump ended` has been fixed, [#2157](https://github.com/Rdatatable/data.table/issues/2157). Thanks to Frank Erickson and Artem Klevtsov for reporting with example files which are now added to the test suite.

#### NOTES

1. `?data.table` makes explicit the option of using a `logical` vector in `j` to select columns, [#1978](https://github.com/Rdatatable/data.table/issues/1978). Thanks @Henrik-P for the note and @MichaelChirico for filing.
Expand Down
Loading

0 comments on commit 57c056f

Please sign in to comment.