You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coalesce build-side batches in hash join and fix BatchCoalescer min size
Coalesce small build-side batches into target_batch_size in
collect_left_input, so build_batch_from_indices hits the fast
SingleBatch/take path more often instead of MultiBatch/interleave.
Also add .max(8) guards to all LimitedBatchCoalescer call sites to
avoid debug_assert panic in arrow-select BatchCoalescer when
target_batch_size < array capacity (upstream arrow bug).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments