What happened?
fsst compressor panics when compressing a small partition inside a 400MB database with 16GB memory limit in duckdb. Always happens on the same date partition.
Steps to reproduce
When I run:
https://github.com/Ladybug-Memory/opencode-pgembed-migrate
uv run migrate_opencode.py # migrates sqlite -> postgres and optionally copies older date partitions to vortex
I get this stacktrace + panic:
https://gist.github.com/adsharma/13bccd98761e662028adf0c579a2a879
Environment
Using duckdb 1.4.4 + vortex extension
Additional context
No response