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

Support pyspark 3 3 #2120

Merged
merged 6 commits into from
Jun 21, 2022
Merged

Support pyspark 3 3 #2120

merged 6 commits into from
Jun 21, 2022

Conversation

rwedge
Copy link
Contributor

@rwedge rwedge commented Jun 17, 2022

Fix two tests that were failing with spark due to pyspark 3.2 and 3.3 having different index orders for a dataframe

@codecov
Copy link

codecov bot commented Jun 17, 2022

Codecov Report

Merging #2120 (11d8197) into main (f2caef0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #2120   +/-   ##
=======================================
  Coverage   99.20%   99.20%           
=======================================
  Files         143      143           
  Lines       16665    16696   +31     
=======================================
+ Hits        16533    16564   +31     
  Misses        132      132           
Impacted Files Coverage Δ
featuretools/tests/entityset_tests/test_es.py 100.00% <100.00%> (ø)
.../tests/primitive_tests/test_transform_primitive.py 100.00% <100.00%> (ø)

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 cf46632...11d8197. Read the comment docs.

@rwedge rwedge requested a review from tamargrey June 17, 2022 18:50
@rwedge rwedge merged commit 10f0cf7 into main Jun 21, 2022
@rwedge rwedge deleted the support-pyspark-3-3 branch June 21, 2022 16:44
@sbadithe sbadithe mentioned this pull request Jun 23, 2022
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.

2 participants