uros-b opened a new pull request, #57972:
URL: https://github.com/apache/spark/pull/57972

   ### What changes were proposed in this pull request?
   
   Three fixes to developer and release tooling:
   
   - `dev/create-release/release-build.sh`: removes the dead `lsof` band-aid 
block, and fixes a typo in the usage help (`reposiotry` to `repository`).
   - `.github/PULL_REQUEST_TEMPLATE`: updates the `ConfigEntry.scala` path to 
its current location under `common/utils`.
   
   ### Why are the changes needed?
   
   The `lsof` block assigns `$LSOF` and probes for the binary, but `$LSOF` is 
never used anywhere in the script or in anything it sources or that calls it, 
so the SPARK-22377 workaround has had no effect since the Jenkins machines it 
targeted were retired. The PR template points contributors at 
`core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala`, which 
no longer exists; the file now lives under `common/utils`.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. Developer and release tooling only.
   
   ### How was this patch tested?
   
   No functional change. `release-build.sh` still parses (`bash -n`), `$LSOF` 
was confirmed to have no reference outside the removed block (including in 
`release-util.sh` and `do-release.sh`), and the corrected `ConfigEntry.scala` 
path exists on master while the old one does not.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (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]

Reply via email to