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-53355][PYTHON][SQL] fix numpy 1.x repr in type tests
### What changes were proposed in this pull request?
- this is a minor followup to #52105, we noticed that the test breaks in two spark master runs with a different env
- the root cause was that numpy 1.x implements `__repr__` differently
### Why are the changes needed?
- fix `Build / Python-only (master, Minimum dependencies of PySpark)`
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
ran tests locally with numpy 1.22.4
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#52247 from benrobby/SPARK-53355-fix-numpy-repr.
Authored-by: Ben Hurdelhey <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
0 commit comments