This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new f1f3caadf ORC-1374: Update Spark to 3.3.2
f1f3caadf is described below
commit f1f3caadf237550ca9f4bd97e227b9ae5b6ebfd4
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Feb 19 22:06:12 2023 -0800
ORC-1374: Update Spark to 3.3.2
### What changes were proposed in this pull request?
This PR aims to upgrade Java benchmark module to use Apache Spark 3.3.2
which is the latest version.
### Why are the changes needed?
To run the benchmark.
### How was this patch tested?
Pass the CIs.
Closes #1414 from dongjoon-hyun/ORC-1374.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: William Hyun <[email protected]>
---
java/bench/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index ad1ea9ff2..965b4caca 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -40,7 +40,7 @@
<junit.version>5.9.0</junit.version>
<orc.version>${project.version}</orc.version>
<parquet.version>1.12.3</parquet.version>
- <spark.version>3.3.1</spark.version>
+ <spark.version>3.3.2</spark.version>
</properties>
<dependencyManagement>