[SPARK-58601][PYTHON] Tighten mapInPandas return-value contract to require a strict Iterator - #57800
Open
Yicong-Huang wants to merge 3 commits into
Open
[SPARK-58601][PYTHON] Tighten mapInPandas return-value contract to require a strict Iterator#57800Yicong-Huang wants to merge 3 commits into
Yicong-Huang wants to merge 3 commits into
GitHub Actions / Build
required action
Aug 10, 2026 in 0s
Workflow run detection failed
Unable to detect the workflow run for testing the changes in your PR.
- If you did not enable GitHub Actions in your forked repository, please enable it by clicking the button as shown in the image below. See also Managing Github Actions Settings for a repository for more details.
- It is possible your branch is based on the old
masterbranch in Apache Spark, please sync your branch to the latest master branch. For example as below:git fetch upstream git rebase upstream/master git push origin YOUR_BRANCH --force
Loading