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

Enable use of other ArrowReader implementations #627

Closed
fb64 opened this issue Mar 16, 2024 · 2 comments
Closed

Enable use of other ArrowReader implementations #627

fb64 opened this issue Mar 16, 2024 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@fb64
Copy link
Contributor

fb64 commented Mar 16, 2024

Some librairies or framework (DuckDB for example) rely on ArrowArrayStreamReader to share Arrow data. It would be nice to be more permissive and let any implementation of any ArrowReader works for reading arrow data

@Jolanrensen Jolanrensen added enhancement New feature or request invalid This issue/PR doesn't seem right labels Mar 18, 2024
@Jolanrensen Jolanrensen modified the milestones: 0.13.+, 0.14.0 Mar 18, 2024
@Jolanrensen
Copy link
Collaborator

Sounds like a good idea! We might need a test with an ArrowArrayStreamReader though, to make sure it works as expected.

@fb64
Copy link
Contributor Author

fb64 commented Mar 18, 2024

I finally added a test with DuckDB that uses ArrowArrayStreamReader

Jolanrensen added a commit that referenced this issue Apr 3, 2024
Allow any ArrowReader implementation to be use for reading Arrow data #627
@zaleslaw zaleslaw removed the invalid This issue/PR doesn't seem right label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants