Commit 71b5c5b
[SPARK-41251][PS][INFRA] Upgrade pandas from 1.5.1 to 1.5.2
### What changes were proposed in this pull request?
This PR proposes upgrading pandas to 1.5.2, for pandas API on Spark.
New version of pandas (1.5.2) was released at Nov 22, 2022, brings some bug fix, the release notes as follows:
https://pandas.pydata.org/pandas-docs/dev/whatsnew/v1.5.2.html
### Why are the changes needed?
We should follow the behavior of latest pandas, and support it.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
Closes #38787 from panbingkun/upgrade_pandas_1.5.2.
Authored-by: panbingkun <pbk1982@gmail.com>
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>1 parent 033dbe6 commit 71b5c5b
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments