This is an automated email from the ASF dual-hosted git repository.

dongjoon-hyun pushed a commit to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-4.2 by this push:
     new 42678e0f3475 [SPARK-57790][BUILD] Remove `LICENSE-machinist.txt` from 
`licenses-binary`
42678e0f3475 is described below

commit 42678e0f34758a0920f076f9993068a5f9a0dd27
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Jun 30 15:58:18 2026 -0700

    [SPARK-57790][BUILD] Remove `LICENSE-machinist.txt` from `licenses-binary`
    
    ### 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`)
      - https://github.com/typelevel/spire/pull/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 <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 06fa6376d3481436a0052df535fcdbb61a22cac1)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 licenses-binary/LICENSE-machinist.txt | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/licenses-binary/LICENSE-machinist.txt 
b/licenses-binary/LICENSE-machinist.txt
deleted file mode 100644
index 68cc3a3e3a9c..000000000000
--- a/licenses-binary/LICENSE-machinist.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 2011-2014 Erik Osheim, Tom Switzer
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to