Commit 94cfa3d
[SPARK-55132][INFRA] Upgrade numpy version on lint image
### What changes were proposed in this pull request?
Upgrade numpy version on lint image and fixed some minor lint failures.
### Why are the changes needed?
When we do `pip install ./dev/requirements.txt` locally, we normally have the latest version of `numpy`. This creates a diff between our local dev environment and CI. We should keep this as close as possible so we can rely on local mypy results.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Locally mypy test passed.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #53913 from gaogaotiantian/upgrade-lint-numpy.
Authored-by: Tian Gao <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>1 parent c583ab2 commit 94cfa3d
File tree
3 files changed
+5
-5
lines changed- dev/spark-test-image/lint
- python/pyspark/pandas
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11293 | 11293 | | |
11294 | 11294 | | |
11295 | 11295 | | |
11296 | | - | |
| 11296 | + | |
11297 | 11297 | | |
11298 | 11298 | | |
11299 | 11299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1205 | 1205 | | |
1206 | 1206 | | |
1207 | 1207 | | |
1208 | | - | |
1209 | | - | |
| 1208 | + | |
| 1209 | + | |
1210 | 1210 | | |
1211 | | - | |
| 1211 | + | |
1212 | 1212 | | |
1213 | 1213 | | |
1214 | 1214 | | |
| |||
0 commit comments