In the block interleaved decompressor, unencodable strings and empty strings will both be stored as 0 in the lastEncodedValue. This results in an error when trying to decompress strings since we can't tell if we should be decompressing an empty string or an unencodable string.
- is depended on by
-
SERVER-85178 Integrate block-based decompressor for scalars within objects into SBE ts_block.cpp
- Closed