Skip to content

reader returns eof is header is missing bytes but returns error if record is missing bytes #13

@morzaria-stripe

Description

@morzaria-stripe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions