Commit ddf83dc
[SPARK-57707][PYTHON][TEST] Skip doctest for shuffle
### What changes were proposed in this pull request?
Do not run doctest for shuffle.
### Why are the changes needed?
The order of the array from shuffle is random, we should not assert the order.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Local test passed.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #56795 from gaogaotiantian/fix-shuffle-doctest.
Authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit d0d932a)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>1 parent 5b3c274 commit ddf83dc
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22940 | 22940 | | |
22941 | 22941 | | |
22942 | 22942 | | |
22943 | | - | |
| 22943 | + | |
22944 | 22944 | | |
22945 | 22945 | | |
22946 | 22946 | | |
| |||
22951 | 22951 | | |
22952 | 22952 | | |
22953 | 22953 | | |
22954 | | - | |
| 22954 | + | |
22955 | 22955 | | |
22956 | 22956 | | |
22957 | 22957 | | |
| |||
22962 | 22962 | | |
22963 | 22963 | | |
22964 | 22964 | | |
22965 | | - | |
| 22965 | + | |
22966 | 22966 | | |
22967 | 22967 | | |
22968 | 22968 | | |
| |||
22973 | 22973 | | |
22974 | 22974 | | |
22975 | 22975 | | |
22976 | | - | |
| 22976 | + | |
22977 | 22977 | | |
22978 | 22978 | | |
22979 | 22979 | | |
| |||
0 commit comments