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

Allow Python 3.9 when the underlying PySpark is 3.1 and above. #2167

Merged
merged 1 commit into from
Jun 10, 2021

Conversation

ueshin
Copy link
Collaborator

@ueshin ueshin commented Jun 9, 2021

PySpark 3.1 and above now supports Python 3.9.
We should add the CI and update the upperbound for Python.

@codecov-commenter
Copy link

codecov-commenter commented Jun 9, 2021

Codecov Report

Merging #2167 (a0f1a54) into master (46c80e6) will decrease coverage by 3.74%.
The diff coverage is 50.00%.

❗ Current head a0f1a54 differs from pull request most recent head ac73d31. Consider uploading reports for the commit ac73d31 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2167      +/-   ##
==========================================
- Coverage   95.36%   91.61%   -3.75%     
==========================================
  Files          60       60              
  Lines       13707    13594     -113     
==========================================
- Hits        13071    12454     -617     
- Misses        636     1140     +504     
Impacted Files Coverage Δ
databricks/koalas/__init__.py 73.17% <50.00%> (-17.86%) ⬇️
databricks/koalas/plot/plotly.py 15.78% <0.00%> (-81.06%) ⬇️
...bricks/koalas/tests/plot/test_frame_plot_plotly.py 23.33% <0.00%> (-76.67%) ⬇️
...ricks/koalas/tests/plot/test_series_plot_plotly.py 26.92% <0.00%> (-71.26%) ⬇️
databricks/koalas/missing/__init__.py 84.61% <0.00%> (-15.39%) ⬇️
databricks/koalas/typedef/typehints.py 82.14% <0.00%> (-13.27%) ⬇️
databricks/conftest.py 92.72% <0.00%> (-7.28%) ⬇️
databricks/koalas/accessors.py 85.13% <0.00%> (-6.76%) ⬇️
databricks/koalas/tests/indexes/test_base.py 94.98% <0.00%> (-5.02%) ⬇️
... and 28 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ee07248...ac73d31. Read the comment docs.

@ueshin ueshin changed the title Py3.9 Allow Python 3.9 when the underlying PySpark is 3.1 and above. Jun 9, 2021
@ueshin ueshin marked this pull request as ready for review June 9, 2021 19:08
@xinrong-meng
Copy link
Contributor

LGTM, thanks!

@ueshin
Copy link
Collaborator Author

ueshin commented Jun 10, 2021

Thanks! merging.

@ueshin ueshin merged commit eda0bb5 into databricks:master Jun 10, 2021
@ueshin ueshin deleted the py3.9 branch June 10, 2021 02:35
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

Successfully merging this pull request may close these issues.

4 participants