databricks / koalas

Koalas: pandas API on Apache Spark
Apache License 2.0
3.32k stars 356 forks source link

Test with PySpark 3.2 #2203

Closed ueshin closed 2 years ago

ueshin commented 2 years ago

Adds test matrix to test with PySpark 3.2. Also upgrades PySpark 3.1 to 3.1.2.

codecov-commenter commented 2 years ago

Codecov Report

Merging #2203 (b64c3cc) into master (f44c050) will decrease coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2203      +/-   ##
==========================================
- Coverage   94.60%   94.60%   -0.01%     
==========================================
  Files          60       60              
  Lines       13746    13746              
==========================================
- Hits        13005    13004       -1     
- Misses        741      742       +1     
Impacted Files Coverage Δ
databricks/koalas/groupby.py 94.10% <ø> (ø)
databricks/koalas/indexes/base.py 96.79% <ø> (-0.38%) :arrow_down:
databricks/koalas/__init__.py 86.58% <0.00%> (+1.21%) :arrow_up:

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 f44c050...b64c3cc. Read the comment docs.

ueshin commented 2 years ago

I'd just merge this. Thanks.