Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Join changes

Choose a tag to compare

@realratchet realratchet released this 07 Apr 11:16
dffc025

Changed join to process 1M rows per task to avoid potential OOM on lower memory systems.
Added mp_merge_columns to MemoryManager that merges column pages into a single column.
Fix join parity in single process and multiple process outputs.
Fix an issue with multiprocess join where no matches would throw instead of producing None.