Skip to content

Add default_categorical_8 feature#47

Merged
pbower merged 1 commit intomainfrom
categorical_default_8
Mar 28, 2026
Merged

Add default_categorical_8 feature#47
pbower merged 1 commit intomainfrom
categorical_default_8

Conversation

@pbower
Copy link
Copy Markdown
Owner

@pbower pbower commented Mar 28, 2026

  • Adds a feature flag for defaulting to a u8 backed Categorical type rather than u32.
  • This supports compactness when only <= 256 categories are expected.
  • Apache Arrow uses i32 which is still zero copy compatible with u32 due to identical memory layout but not u8.

@pbower pbower merged commit 933e11c into main Mar 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant