Skip to content

Bug in ColumnOutputBuffer #8

@srosenberg

Description

@srosenberg

If the compression codec is Null, i.e., codec.compress(raw) == raw, the following call data.put(c) which precedes checksum computation will advance the position of raw to its limit (due to aliasing). Consequently, the computed checksum is always 0.

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