Commit b112528
### What changes were proposed in this pull request?
Rename the `external` top level directory to `connector`.
### Why are the changes needed?
`external` is a hardwired 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). Spark forks using bazel to build Spark have to go through hoops to make things work if at all.
Amongst other things, making the source code browsable [through top level `external` symlink](
https://github.com/hedronvision/bazel-compile-commands-extractor#make-external-code-easily-browsable-also-necessary-for-this-tool-to-function-correctly) is impossible with a top level `external` directory in the repository.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Ran `./build/mvn -DskipTests clean package` and `./dev/run-tests`.
Closes #35874 from alkis/external-mv.
Authored-by: Alkis Evlogimenos <alkis.evlogimenos@databricks.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
1 parent 53908be commit b112528
File tree
246 files changed
+15
-15
lines changed- R
- connector
- avro
- benchmarks
- src
- main
- java/org/apache/spark/sql/avro
- resources/META-INF/services
- scala/org/apache/spark/sql
- avro
- v2/avro
- test
- java/org/apache/spark/sql/avro
- resources
- test-random-partitioned
- scala/org/apache/spark/sql
- avro
- execution
- benchmark
- datasources
- docker-integration-tests
- src/test
- resources
- scala/org/apache/spark
- sql/jdbc
- v2
- util
- docker
- spark-test
- base
- master
- worker
- kafka-0-10-assembly
- kafka-0-10-sql
- src
- main
- resources/META-INF/services
- scala/org/apache/spark/sql/kafka010
- consumer
- producer
- test
- resources
- structured-streaming/checkpoint-version-2.4.3-kafka-include-headers-default
- commits
- offsets
- sources/0
- state/0
- 0
- 1
- 2
- 3
- 4
- scala/org/apache/spark/sql/kafka010
- consumer
- producer
- kafka-0-10-token-provider
- src
- main
- resources/META-INF/services
- scala/org/apache/spark/kafka010
- test
- resources
- scala/org/apache/spark/kafka010
- kafka-0-10
- src
- main/scala/org/apache/spark/streaming/kafka010
- test
- java/org/apache/spark/streaming/kafka010
- resources
- scala/org/apache/spark/streaming/kafka010
- mocks
- kinesis-asl-assembly
- kinesis-asl
- src
- main
- java/org/apache/spark
- examples/streaming
- streaming/kinesis
- python/examples/streaming
- resources
- scala/org/apache/spark
- examples/streaming
- streaming/kinesis
- test
- java/org/apache/spark/streaming/kinesis
- resources
- scala/org/apache/spark/streaming/kinesis
- spark-ganglia-lgpl
- src/main
- java/com/codahale/metrics/ganglia
- scala/org/apache/spark/metrics/sink
- docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
246 files changed
+15
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
File renamed without changes.
0 commit comments