This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun pushed a commit to branch branch-4.x
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.x by this push:
new e30c1d80b8e1 [SPARK-57687][BUILD] Add `arrow-compression` to
`LICENSE-binary`
e30c1d80b8e1 is described below
commit e30c1d80b8e1abc49f6af754634519e75baf901f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jun 24 23:45:47 2026 -0700
[SPARK-57687][BUILD] Add `arrow-compression` to `LICENSE-binary`
### What changes were proposed in this pull request?
This PR aims to add `arrow-compression` to LICENSE-binary
### Why are the changes needed?
Apache Spark 4.1.0+ distributions bundle `arrow-compression-*.jar`, but
LICENSE-binary missed this.
- https://github.com/apache/spark/pull/52747
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Opus 4.8)
Closes #56762 from dongjoon-hyun/SPARK-57687.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 6c2e0d8ffd119a74a16e743f80c8dccd0fdfb5e0)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
LICENSE-binary | 1 +
1 file changed, 1 insertion(+)
diff --git a/LICENSE-binary b/LICENSE-binary
index 3e3aed6fcce1..460671acab05 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -305,6 +305,7 @@ joda-time:joda-time
net.sf.opencsv:opencsv
net.sf.supercsv:super-csv
net.sf.jpam:jpam
+org.apache.arrow:arrow-compression
org.apache.arrow:arrow-format
org.apache.arrow:arrow-memory-core
org.apache.arrow:arrow-memory-netty
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]