This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 050d3978d332 [SPARK-54241][INFRA] Enable `NOLINT_ON_COMPILE` for all
PySpark GitHub Action jobs
050d3978d332 is described below
commit 050d3978d332a91a97ba63fc33fe6506bce1fe49
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Nov 7 09:20:39 2025 -0800
[SPARK-54241][INFRA] Enable `NOLINT_ON_COMPILE` for all PySpark GitHub
Action jobs
### What changes were proposed in this pull request?
This PR aims to optimize PySpark GitHub Action jobs by enabling
`NOLINT_ON_COMPILE`.
### Why are the changes needed?
Since we have a separate `linter` job, we don't need to run at every
PySpark test pipelines. Although it's a small part per job, it will help us
collectively because almost 50% of our CIs are Python CIs. In addition, this
will improve the community PRs.
-
https://github.com/apache/spark/actions/workflows/build_python_pypy3.10.yml
- https://github.com/apache/spark/actions/workflows/build_python_3.10.yml
-
https://github.com/apache/spark/actions/workflows/build_python_3.11_classic_only.yml
-
https://github.com/apache/spark/actions/workflows/build_python_3.11_arm.yml
-
https://github.com/apache/spark/actions/workflows/build_python_3.11_macos.yml
-
https://github.com/apache/spark/actions/workflows/build_python_3.11_macos26.yml
-
https://github.com/apache/spark/actions/workflows/build_python_numpy_2.1.3.yml
- https://github.com/apache/spark/actions/workflows/build_python_3.12.yml
- https://github.com/apache/spark/actions/workflows/build_python_3.13.yml
-
https://github.com/apache/spark/actions/workflows/build_python_3.13_nogil.yml
- https://github.com/apache/spark/actions/workflows/build_python_3.14.yml
- https://github.com/apache/spark/actions/workflows/build_python_minimum.yml
-
https://github.com/apache/spark/actions/workflows/build_python_ps_minimum.yml
-
https://github.com/apache/spark/actions/workflows/build_python_connect35.yml
- https://github.com/apache/spark/actions/workflows/build_python_connect.yml
-
https://github.com/apache/spark/actions/workflows/build_branch41_python.yml
-
https://github.com/apache/spark/actions/workflows/build_branch41_python_pypy3.10.yml
-
https://github.com/apache/spark/actions/workflows/build_branch40_python.yml
-
https://github.com/apache/spark/actions/workflows/build_branch40_python_pypy3.10.yml
-
https://github.com/apache/spark/actions/workflows/build_branch35_python.yml
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #52942 from dongjoon-hyun/SPARK-54241.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index f3cc1de22fb7..d0091c1753ec 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -550,6 +550,7 @@ jobs:
HIVE_PROFILE: hive2.3
GITHUB_PREV_SHA: ${{ github.event.before }}
SPARK_LOCAL_IP: localhost
+ NOLINT_ON_COMPILE: true
SKIP_UNIDOC: true
SKIP_MIMA: true
SKIP_PACKAGING: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]