Skip to content

Commit 3fe6abd

Browse files
committed
[SPARK-48563][BUILD] Upgrade pickle to 1.5
### What changes were proposed in this pull request? This pr aims upgrade `pickle` from 1.3 to 1.5. ### Why are the changes needed? The new version include a new fix related to [empty bytes object construction](irmen/pickle@badc8fe) All changes from 1.3 to 1.5 are as follows: - irmen/pickle@pickle-1.3...pickle-1.5 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes #46913 from LuciferYang/pickle-1.5. Authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: yangjie01 <yangjie01@baidu.com>
1 parent 5a2f374 commit 3fe6abd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
<dependency>
400400
<groupId>net.razorvine</groupId>
401401
<artifactId>pickle</artifactId>
402-
<version>1.3</version>
402+
<version>1.5</version>
403403
</dependency>
404404
<dependency>
405405
<groupId>net.sf.py4j</groupId>

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ parquet-encoding/1.13.1//parquet-encoding-1.13.1.jar
241241
parquet-format-structures/1.13.1//parquet-format-structures-1.13.1.jar
242242
parquet-hadoop/1.13.1//parquet-hadoop-1.13.1.jar
243243
parquet-jackson/1.13.1//parquet-jackson-1.13.1.jar
244-
pickle/1.3//pickle-1.3.jar
244+
pickle/1.5//pickle-1.5.jar
245245
py4j/0.10.9.7//py4j-0.10.9.7.jar
246246
remotetea-oncrpc/1.1.2//remotetea-oncrpc-1.1.2.jar
247247
rocksdbjni/8.11.4//rocksdbjni-8.11.4.jar

0 commit comments

Comments
 (0)