Commit eeea07e
committed
[SPARK-54278][PYTHON][TESTS] Simplify
### What changes were proposed in this pull request?
This PR aims to simplify `pyspark/util.py` doctests by removing Python 3.9+ condition.
### Why are the changes needed?
Since Apache Spark 4.1.0 dropped `Python 3.9` support, we can assume that this doctests are Python 3.10+ always.
- apache#51416
- apache#51259
- apache#52974
### Does this PR introduce _any_ user-facing change?
No, this is a test change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#52975 from dongjoon-hyun/SPARK-54278.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>pyspark/util.py doctests by removing Python 3.9+ condition1 parent ad4585a commit eeea07e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
918 | 918 | | |
919 | 919 | | |
920 | 920 | | |
921 | | - | |
| 921 | + | |
922 | 922 | | |
923 | 923 | | |
924 | 924 | | |
| |||
0 commit comments