Commit d25992a
committed
Don't warn on final missing value when EOF has been reached
Fixes #948. As noted in the included code comment, if the last expected
value to be parsed is `missing`, the delimited file may not include a
final newline, so the EOF, while abrupt, can be treated as valid. In
this specific case, we can avoid emitting the warning and just ensure
that column is marked as having a `missing` value parsed.1 parent 55e0fc9 commit d25992a
2 files changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
724 | | - | |
725 | | - | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
726 | 734 | | |
727 | 735 | | |
728 | 736 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
746 | 751 | | |
0 commit comments