dongjoon-hyun commented on code in PR #56820:
URL: https://github.com/apache/spark/pull/56820#discussion_r3483118963
##########
.github/workflows/build_and_test.yml:
##########
@@ -1035,55 +1035,6 @@ jobs:
if: inputs.branch != 'branch-3.5'
run: ./dev/check-protos.py
- # The config binding policy exceptions file lists pre-existing configs that
were created before
- # the binding policy was introduced. It must never grow: new configs must
declare a binding
- # policy via .withBindingPolicy() instead of being added to the exceptions
file. This job fails
- # if a PR adds entries to the file. It only runs on forks because PR builds
run there, and the
- # diff against apache/spark master is exactly the PR's change.
- binding-policy:
- needs: [precondition]
- if: >-
- (!cancelled()) &&
- github.repository != 'apache/spark' &&
- fromJson(needs.precondition.outputs.required).lint == 'true'
- name: Config binding policy exceptions check
- runs-on: ubuntu-latest
- timeout-minutes: 10
- steps:
- - name: Checkout Spark repository
- uses: actions/checkout@v6
Review Comment:
We eliminate this overhead.
--
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]