dongjoon-hyun opened a new pull request #26224: [SPARK-29567][TESTS] Update 
JDBC Integration Test Docker Images
URL: https://github.com/apache/spark/pull/26224
 
 
   ### What changes were proposed in this pull request?
   
   This PR updates JDBC Integration Test DBMS Docker Images.
   
   | DBMS | Docker Image Tag | Release |
   | ------ | ------------------ | ------ |
   | MySQL | mysql:5.7.28 | Oct 13, 2019 |
   | PostgreSQL | postgres:12-alpine | Oct 3, 2019 |
   
   Note that
   - `MsSqlServer` is using `2017-GA-ubuntu` and the next version is not GAed.
   - For `DB2` and `Oracle`, the official images are not available.
   
   ### Why are the changes needed?
   
   This is for preparing `3.0.0`.
   
   ### Does this PR introduce any user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Since this is the integration test, we need to run this manually.
   ```
   build/mvn install -DskipTests
   build/mvn -Pdocker-integration-tests -pl 
:spark-docker-integration-tests_2.12 test
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to