Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accept ChunkedArray where Array is accepted #94

Closed
deanm0000 opened this issue Sep 16, 2024 · 0 comments · Fixed by #100
Closed

accept ChunkedArray where Array is accepted #94

deanm0000 opened this issue Sep 16, 2024 · 0 comments · Fixed by #100

Comments

@deanm0000
Copy link
Contributor

Most, if not all, functions that accept an array will also actually take a ChunkedArray. The stubs don't reflect this. I'm not sure the best way to address it though.

The complication is that pyarrow has concrete Array types like FloatArray but they don't have FloatChunkedArray so it's not super clean to just add.

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 a pull request may close this issue.

1 participant