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

[Feature Request] Library to support apache arrow #38

Closed
sa- opened this issue May 6, 2023 · 2 comments
Closed

[Feature Request] Library to support apache arrow #38

sa- opened this issue May 6, 2023 · 2 comments
Labels
enhancement New feature or request mojo-repo Tag all issues with this label

Comments

@sa-
Copy link
Contributor

sa- commented May 6, 2023

Request

Add support for Apache Arrow to enable usage of all the tools that come with it, potentially via arrow2

Motivation

Apache Arrow and pyarrow are big parts of the python data community, support for arrow datasets would enable interop with all the python libraries that use it.

It would also enable mojo users to use existing parquet libraries with little to no overhead costs since parquet readers will often deeserialize to the arrow format

Description and Requirements

The spec is described here: https://arrow.apache.org/docs/format/Columnar.html

@sa- sa- added enhancement New feature or request mojo-external labels May 6, 2023
@lattner
Copy link
Collaborator

lattner commented May 6, 2023

This would be super awesome. Mojo has a "problem" that it is applicable to all of compute... but it doesn't make sense to track all the possible applications in the issue tracker. Let's talk about this on discord over the coming months as the language matures, thanks!

@lattner lattner closed this as completed May 6, 2023
@sa-
Copy link
Contributor Author

sa- commented May 6, 2023

Fair enough!

@sa- sa- changed the title [Feature Request] Libray to support apache arrow [Feature Request] Library to support apache arrow May 7, 2023
@ematejska ematejska added the mojo-repo Tag all issues with this label label May 7, 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 mojo-repo Tag all issues with this label
Projects
None yet
Development

No branches or pull requests

3 participants