lance
lance copied to clipboard
Fuzz testing and finish implementation for large_string / large_binary in 2.1
There is at least one todo!() (and I think several) related to 64-bit offsets in 2.1 encodings. We should be able to easily extend the 2.0 fuzz tests to include 2.1 and fill out the 64-bit implementations.
Make sure to also test dictionary encoding of 64-bit binary types
This problem has two parts. The above CR will support the generic string compression and the next one will support FSST.
I think this issue could be closed? @westonpace
Agreed, thanks for your help!