Commit 6e96e3c
committed
### What changes were proposed in this pull request?
This PR removes the orphaned `licenses-binary/LICENSE-machinist.txt` file.
### Why are the changes needed?
`org.typelevel:machinist` was a macro dependency of older Spire versions. Since Spire 0.18 (`spire_2.13:0.18.0`), `machinist` is gone (merged into `spire`) and no longer bundled in the Spark binary distribution.
- https://github.com/typelevel/machinist (Public Archived)
- https://github.com/typelevel/spire (including `machinist`)
- typelevel/spire#910 (2020-07-13)
Apache Spark has `LICENSE-spire.txt` correctly.
- https://github.com/apache/spark/blob/master/licenses-binary/LICENSE-spire.txt
`machinist` jar is absent from `dev/deps/spark-deps-hadoop-3-hive-2.3` and from `build/sbt mllib-local/dependencyTree mllib/dependencyTree`, and is not referenced in `LICENSE-binary` or `NOTICE-binary`.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
N/A. Verified `machinist` is no longer a bundled dependency via the dependency manifest and `dependencyTree`.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.8
Closes #56912 from dongjoon-hyun/SPARK-57790.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 06fa637)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 5a803f6 commit 6e96e3c
1 file changed
Lines changed: 0 additions & 19 deletions
This file was deleted.
0 commit comments