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

[Python] Add support for Emscripten Python (Pyodide) #41910

Closed
joemarshall opened this issue Jun 1, 2024 · 2 comments
Closed

[Python] Add support for Emscripten Python (Pyodide) #41910

joemarshall opened this issue Jun 1, 2024 · 2 comments
Assignees
Milestone

Comments

@joemarshall
Copy link
Contributor

Describe the enhancement requested

Now that arrow c++ lib builds for emscripten, the next step is to get pyarrow building for pyodide.

This is a tracking issue for that work.

Component(s)

Python

@kou kou changed the title Add support for emscripten python (pyodide) [Python] Add support for emscripten python (pyodide) Jun 1, 2024
@kou kou changed the title [Python] Add support for emscripten python (pyodide) [Python] Add support for Emscripten Python (Pyodide) Jun 1, 2024
@ianmcook ianmcook added this to the 17.0.0 milestone Jun 27, 2024
@ianmcook ianmcook added the Priority: Blocker Marks a blocker for the release label Jul 3, 2024
@ianmcook
Copy link
Member

ianmcook commented Jul 3, 2024

@raulcd @kou I tagged this as a blocker because it looks like it is ready to merge and many people have expressed a strong wish for this to be included in 17.0.0

kou added a commit that referenced this issue Jul 5, 2024
pyarrow knows about ARROW_ENABLE_THREADING and doesn't use threads if they are not enabled in libarrow.

Split from #37696 

* GitHub Issue: #41910

Lead-authored-by: Joe Marshall <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
Co-authored-by: Raúl Cumplido <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
@kou
Copy link
Member

kou commented Jul 5, 2024

Issue resolved by pull request 37822
#37822

@kou kou closed this as completed Jul 5, 2024
raulcd added a commit that referenced this issue Jul 8, 2024
pyarrow knows about ARROW_ENABLE_THREADING and doesn't use threads if they are not enabled in libarrow.

Split from #37696 

* GitHub Issue: #41910

Lead-authored-by: Joe Marshall <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
Co-authored-by: Raúl Cumplido <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this issue Jul 9, 2024
pyarrow knows about ARROW_ENABLE_THREADING and doesn't use threads if they are not enabled in libarrow.

Split from apache#37696 

* GitHub Issue: apache#41910

Lead-authored-by: Joe Marshall <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
Co-authored-by: Raúl Cumplido <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants