MonkeyCanCode commented on code in PR #896:
URL: https://github.com/apache/polaris/pull/896#discussion_r1934888285


##########
regtests/Dockerfile:
##########
@@ -17,14 +17,14 @@
 # under the License.
 #
 
-FROM docker.io/apache/spark:3.5.4-python3
+FROM docker.io/apache/spark:3.5.4-java17-python3
 ARG POLARIS_HOST=polaris
 ENV POLARIS_HOST=$POLARIS_HOST
 ENV SPARK_HOME=/opt/spark
 
 USER root
 RUN apt update
-RUN apt-get install -y diffutils wget curl python3.8-venv
+RUN apt-get install -y diffutils wget curl python3.10-venv

Review Comment:
   Understand. If preferred, I can do a PR for using base python image then 
build spark on top. By doing so, we can do latest version for them (but we 
won't be using official spark image in that case as they don't have this type 
support). There is a similar request from Apache Iceberg as well, but their 
preferred route is using official spark image whenever possible. 
   
   let me know what you think. I can merge this one if no other concern. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to