Skip to content

Instantly share code, notes, and snippets.

@AbdealiLoKo
Created November 6, 2024 15:51
Show Gist options
  • Save AbdealiLoKo/a4e8b0f52ca853511a69ab1ff17503d5 to your computer and use it in GitHub Desktop.
Save AbdealiLoKo/a4e8b0f52ca853511a69ab1ff17503d5 to your computer and use it in GitHub Desktop.
pyspark-compat.md

PySpark Compatibility

I've seen too many incompatibility issues with specific versions if Python - Spark - Arrow.

So, documenting which versions have worked for me in the past!

Spark Python Arrow Comment
3.5.x 3.8.x 12.x
3.5.x 3.9.x 12.x
3.5.x 3.10.x 12.x
3.5.x 3.11.x 12.x
3.4.x 3.9.x 12.x
3.4.x 3.10.x 12.x
3.4.x 3.11.x 12.x
3.3.x 3.7.x 12.x
3.3.x 3.8.x 12.x
3.3.x 3.9.x 12.x
3.3.x 3.10.x 12.x
3.2.x 3.6.x 12.x
3.2.x 3.7.x 12.x
3.2.x 3.8.x 12.x
3.2.x 3.9.x 12.x
2.4.x 3.7.x 7.x
2.4.x 3.6.x 7.x
2.3.x 3.6.x 7.x
2.3.x 3.7.x 7.x

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment