You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-40827][PS][TESTS] Re-enable the DataFrame.corrwith test after fixing in future pandas
### What changes were proposed in this pull request?
This PR proposes to make the manual tests for `DataFrame.corrwith` back into formal approach, if the pandas version is not 1.5.0.
### Why are the changes needed?
There was a regression introduced by pandas 1.5.0 (pandas-dev/pandas#48826), and seems it's resolved now.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
The fixed test should pass the CI.
Closesapache#38455 from itholic/SPARK-40827.
Authored-by: itholic <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments