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
docs: ADR 0021 — the frequency remap is primitive-path-only
Checked writeGlobalDictUtf8Column before implementation started: it assigns
codes in first-seen order with no frequency sort, unlike writeGlobalDictColumn
(primitives), which sorts by occurrence count so the dominant value gets code
0. Split the Decision's step 3 accordingly — Utf8 needs zero remap work,
primitives need the O(rows) code-remap pass.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments