trevni
trevni copied to clipboard
Bug in ColumnOutputBuffer
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.