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

Use arrow package to move data to/from pyspark? #31

Open
nealrichardson opened this issue Sep 19, 2023 · 1 comment
Open

Use arrow package to move data to/from pyspark? #31

nealrichardson opened this issue Sep 19, 2023 · 1 comment

Comments

@nealrichardson
Copy link

Thinking along the lines of https://arrow.apache.org/blog/2019/01/25/r-spark-improvements/, there could be some perf gains to use Arrow to move the data rather than going through pandas. Arrow also supports ALTREP now. Using arrow could also help prevent lossy type conversions.

Like with sparklyr, you could put arrow in Suggests so that you don't require it. Or you could use https://github.com/apache/arrow-nanoarrow, which is a much lighter dependency.

@edgararuiz
Copy link
Collaborator

As per this article https://spark.apache.org/docs/latest/api/python/user_guide/sql/arrow_pandas.html, we will need to add pyarrow to the installed Python libraries that install_...() does. And also to enable the spark.sql.execution.arrow.pyspark.enabled Spark session configuration

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

No branches or pull requests

2 participants