spark
spark copied to clipboard
[SPARK-49313][BUILD][TESTS] Upgrade `DB2` & `MySQL` & `Postgres` & `Mariadb` docker image version
What changes were proposed in this pull request?
The pr aims to upgrade some db docker image version, include:
DB2from11.5.8.0to11.5.9.0(NOTE: Its namespace (fromibmcom/db2toicr.io/db2_community/db2) has been changed, see: https://hub.docker.com/r/ibmcom/db2)MySQLfrom9.0.0to9.0.1Mariadbfrom10.5.25to10.5.26Postgresfrom16.3-alpineto16.4-alpine
Why are the changes needed?
Tests dependencies upgrading.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA.
Was this patch authored or co-authored using generative AI tooling?
No.
cc @yaooqinn @dongjoon-hyun @HyukjinKwon
Merged to master. Thank you, @panbingkun .