sarutak commented on pull request #30515: URL: https://github.com/apache/spark/pull/30515#issuecomment-734627425
@maropu Actually, I had the same idea (and reverted...). https://github.com/apache/spark/pull/30515/commits/48ba4fbdaf993e23a28095277090d4e55ea0bfba Despite the rapid release cycle, 10.5 series will be maintained until [June 2025](https://mariadb.com/kb/en/changes-improvements-in-mariadb-105/) so I think it's better to refer to `10.5` as the default version. So, how about the following idea like `DB2IntegrationSuite`? ``` override val imageName = sys.env.getOrElse("MARIADB_DOCKER_IMAGE_NAME", "10.5") ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org