MonkeyCanCode opened a new pull request, #2899: URL: https://github.com/apache/polaris/pull/2899
Currently we are using `jupyter/all-spark-notebook:spark-3.5.0` which is really old and no sign of support newer version from juputer. With this old image, we are then downloading newer spark binary which is a bit problematic if we want to support spark 4 (as there is no base image for that and downloading spark4 on top of this old base image may not work). To have more control over this, I suggest we should use official spark image instead. -- 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]
