Skip to content

Commit

Permalink
[SPARK-48522][BUILD] Update Stream Library to 2.9.8 and attach its NO…
Browse files Browse the repository at this point in the history
…TICE

### What changes were proposed in this pull request?

Update Stream Library to 2.9.8 and attach its NOTICE

### Why are the changes needed?

update dep and notice file

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

passing ci

### Was this patch authored or co-authored using generative AI tooling?
no

Closes #46861 from yaooqinn/SPARK-48522.

Authored-by: Kent Yao <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
  • Loading branch information
yaooqinn authored and LuciferYang committed Jun 4, 2024
1 parent f4afa22 commit 8b88f5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions NOTICE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ services.
// Version 2.0, in this case for
// ------------------------------------------------------------------

Hive Beeline
Copyright 2016 The Apache Software Foundation
=== NOTICE FOR com.clearspring.analytics:streams ===
stream-api
Copyright 2016 AddThis

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
This product includes software developed by AddThis.
=== END OF NOTICE FOR com.clearspring.analytics:streams ===

Apache Avro
Copyright 2009-2014 The Apache Software Foundation
Expand Down
2 changes: 1 addition & 1 deletion dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ spire-platform_2.13/0.18.0//spire-platform_2.13-0.18.0.jar
spire-util_2.13/0.18.0//spire-util_2.13-0.18.0.jar
spire_2.13/0.18.0//spire_2.13-0.18.0.jar
stax-api/1.0.1//stax-api-1.0.1.jar
stream/2.9.6//stream-2.9.6.jar
stream/2.9.8//stream-2.9.8.jar
super-csv/2.2.0//super-csv-2.2.0.jar
threeten-extra/1.7.1//threeten-extra-1.7.1.jar
tink/1.13.0//tink-1.13.0.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>2.9.6</version>
<version>2.9.8</version>
<exclusions>
<!-- Only HyperLogLogPlus is used, which doesn't depend on fastutil -->
<exclusion>
Expand Down

0 comments on commit 8b88f5a

Please sign in to comment.