alkis opened a new pull request #35874: URL: https://github.com/apache/spark/pull/35874
### What changes were proposed in this pull request? `external` is a special name for bazel and this causes all sorts of issues with both native bazel or extensions like [bazel-compile-commands-extractor](https://github.com/hedronvision/bazel-compile-commands-extractor). ### Why are the changes needed? Spark forks using bazel build system have to go through hoops to make things work because `external` is a hardwired special name in bazel. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Ran `./build/mvn -DskipTests clean package` and `./dev/run-tests`. -- 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]
