spiraldb / vortex

An extensible, state-of-the-art columnar file format
https://vortex.dev
Apache License 2.0
1.01k stars 28 forks source link

fix: FSST compress-like child indices #1480

Closed lwwmanning closed 5 days ago

lwwmanning commented 5 days ago

NB: the first two children are always None in the compress-like tree, because we don't compress symbols or symbol_lengths. In FSSTArray, codes is child 2 and uncompressed_lengths is child 3

lwwmanning commented 5 days ago

flup to #1430

a10y commented 5 days ago

🤦