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 f4525ff978a7 [SPARK-45276][INFRA][FOLLOWUP] Fix Java version comment
from 11 to 17
f4525ff978a7 is described below
commit f4525ff978a7626d93311cb45425cbd591c0454e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Feb 3 18:33:59 2024 -0800
[SPARK-45276][INFRA][FOLLOWUP] Fix Java version comment from 11 to 17
### What changes were proposed in this pull request?
This is a follow-up of
- #43076
### Why are the changes needed?
To match with the code.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #45013 from dongjoon-hyun/SPARK-45276.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
connector/docker/spark-test/base/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/connector/docker/spark-test/base/Dockerfile
b/connector/docker/spark-test/base/Dockerfile
index 0e8593f8af5b..c397abc211e2 100644
--- a/connector/docker/spark-test/base/Dockerfile
+++ b/connector/docker/spark-test/base/Dockerfile
@@ -18,7 +18,7 @@
FROM ubuntu:20.04
# Upgrade package index
-# install a few other useful packages plus Open Java 11
+# install a few other useful packages plus Open Java 17
# Remove unneeded /var/lib/apt/lists/* after install to reduce the
# docker image size (by ~30MB)
RUN apt-get update && \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]