Skip to content

Commit 3ecafb0

Browse files
wangyumsrowen
authored andcommitted
[SPARK-27601][BUILD] Upgrade stream-lib to 2.9.6
## What changes were proposed in this pull request? [stream-lib 2.9.6](https://github.com/addthis/stream-lib/commits/v2.9.6) include several improvements: ![image](https://user-images.githubusercontent.com/5399861/56938062-7eb77580-6b32-11e9-8c36-711ab943d657.png) ## How was this patch tested? N/A Closes #24492 from wangyum/SPARK-27601. Authored-by: Yuming Wang <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent 7a8cc8e commit 3ecafb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/deps/spark-deps-hadoop-2.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ spire-macros_2.12-0.13.0.jar
186186
spire_2.12-0.13.0.jar
187187
stax-api-1.0-2.jar
188188
stax-api-1.0.1.jar
189-
stream-2.7.0.jar
189+
stream-2.9.6.jar
190190
stringtemplate-3.2.1.jar
191191
super-csv-2.2.0.jar
192192
univocity-parsers-2.7.3.jar

dev/deps/spark-deps-hadoop-3.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ spire-macros_2.12-0.13.0.jar
206206
spire_2.12-0.13.0.jar
207207
stax-api-1.0.1.jar
208208
stax2-api-3.1.4.jar
209-
stream-2.7.0.jar
209+
stream-2.9.6.jar
210210
stringtemplate-3.2.1.jar
211211
super-csv-2.2.0.jar
212212
token-provider-1.0.1.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@
604604
<dependency>
605605
<groupId>com.clearspring.analytics</groupId>
606606
<artifactId>stream</artifactId>
607-
<version>2.7.0</version>
607+
<version>2.9.6</version>
608608
<exclusions>
609609
<!-- Only HyperLogLogPlus is used, which doesn't depend on fastutil -->
610610
<exclusion>

0 commit comments

Comments
 (0)