colinmarc / colinmarc/sequencefile
reader returns eof is header is missing bytes but returns error if record is missing bytes
Open
- Dominant language
- Go
- Stars
- 22
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
If header is <4 bytes it will treat it as EOF https://github.com/colinmarc/sequencefile/blob/master/reader.go#L120-L121
but if the record is missing bytes then it will treat it as error https://github.com/colinmarc/sequencefile/blob/master/reader.go#L145-L148.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.