Skip to content

Fix ToArrow with non-one-based indices#587

Closed
nalimilan wants to merge 1 commit into
apache:mainfrom
nalimilan:nl/ToArrow
Closed

Fix ToArrow with non-one-based indices#587
nalimilan wants to merge 1 commit into
apache:mainfrom
nalimilan:nl/ToArrow

Conversation

@nalimilan
Copy link
Copy Markdown
Contributor

This generates errors with CategoricalArray due to its internal CategoricalRefPool type.

Also drop eltype, which isn't needed as there is an AbstractArray fallback.

Fixes #586.

This generates errors with `CategoricalArray` due to its internal
`CategoricalRefPool` type.

Also drop `eltype`, which isn't needed as there is an `AbstractArray` fallback.
@nalimilan nalimilan closed this Feb 5, 2026
@nalimilan
Copy link
Copy Markdown
Contributor Author

Hm this was actually not needed, as getindex already takes care of adjusting indices.

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.

Test failures with CategoricalArrays 1.0

1 participant