dongjoon-hyun opened a new pull request, #56820: URL: https://github.com/apache/spark/pull/56820
### What changes were proposed in this pull request? This PR moves the standalone `binding-policy` job into the `lint` job as a `Config binding policy exceptions check` step, right after the `Scala linter` step. ### Why are the changes needed? The `binding-policy` job duplicated the `lint` job's checkout and branch-sync setup just to run a one-line `git diff` check. The `lint` job already sets `$APACHE_SPARK_REF` via the same sync, so the new step reuses it. Behavior is unchanged: the fork-only condition and the check logic are preserved. ### Does this PR introduce _any_ user-facing change? No. CI-only change. ### How was this patch tested? GitHub Actions CI. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.8 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
