This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new b54088f63f11 [SPARK-45444][BUILD] Upgrade `commons-io` to 1.24.0
b54088f63f11 is described below
commit b54088f63f111370e8e6be6b81ea6cbda6182357
Author: panbingkun <[email protected]>
AuthorDate: Sat Oct 7 15:19:24 2023 -0700
[SPARK-45444][BUILD] Upgrade `commons-io` to 1.24.0
### What changes were proposed in this pull request?
The pr aims to upgrade `commons-io` to 1.24.0.
### Why are the changes needed?
The new version bring some bug fixes, eg:
- IO-799: ReaderInputStream.read() throws an exception instead of returning
-1 when called again after returning -1.
- MagicNumberFileFilter.accept(Path, BasicFileAttributes) doesn't set its
byteOffset before reading.
It depends on `commons-lang3` version `3.13.0`, which is consistent with
Spark.
Full release notes:
https://commons.apache.org/proper/commons-io/changes-report.html#a2.14.0
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #43253 from panbingkun/SPARK-45444.
Authored-by: panbingkun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 396f32aba164..248a88a733d4 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -43,7 +43,7 @@ commons-compiler/3.1.9//commons-compiler-3.1.9.jar
commons-compress/1.24.0//commons-compress-1.24.0.jar
commons-crypto/1.1.0//commons-crypto-1.1.0.jar
commons-dbcp/1.4//commons-dbcp-1.4.jar
-commons-io/2.13.0//commons-io-2.13.0.jar
+commons-io/2.14.0//commons-io-2.14.0.jar
commons-lang/2.6//commons-lang-2.6.jar
commons-lang3/3.13.0//commons-lang3-3.13.0.jar
commons-logging/1.1.3//commons-logging-1.1.3.jar
diff --git a/pom.xml b/pom.xml
index 9e99eece0715..b4957ad985f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
<commons-codec.version>1.16.0</commons-codec.version>
<commons-compress.version>1.24.0</commons-compress.version>
- <commons-io.version>2.13.0</commons-io.version>
+ <commons-io.version>2.14.0</commons-io.version>
<!-- org.apache.commons/commons-lang/-->
<commons-lang2.version>2.6</commons-lang2.version>
<!-- org.apache.commons/commons-lang3/-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]