Commit 9823daf
committed
[SPARK-53931][INFRA][PYTHON] Fix scheduled job for numpy 2.1.3
### What changes were proposed in this pull request?
Fix scheduled job for numpy 2.1.3
### Why are the changes needed?
to fix https://github.com/apache/spark/actions/runs/18538043179/job/52838303733
it was caused by a bug in 19.0.0, see apache/arrow#45283
### Does this PR introduce _any_ user-facing change?
no, infra-only
### How was this patch tested?
PR builder with
```
default: '{"PYSPARK_IMAGE_TO_TEST": "numpy-213", "PYTHON_TO_TEST": "python3.11"}'
```
see https://github.com/zhengruifeng/spark/actions/runs/18527303212/job/52801019275
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #52633 from zhengruifeng/restore_numpy_213.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>1 parent 61a024c commit 9823daf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments