dongjoon-hyun commented on a change in pull request #29932:
URL: https://github.com/apache/spark/pull/29932#discussion_r498646386



##########
File path: 
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/PostgresIntegrationSuite.scala
##########
@@ -29,7 +29,7 @@ import org.apache.spark.tags.DockerTest
 @DockerTest
 class PostgresIntegrationSuite extends DockerJDBCIntegrationSuite {
   override val db = new DatabaseOnDocker {
-    override val imageName = "postgres:12.0-alpine"
+    override val imageName = sys.env.getOrElse("POSTGRES_DOCKER_IMAGE_NAME", 
"postgres:13.0-alpine")

Review comment:
       I verified this.
   ```
   PostgresIntegrationSuite:
   - Type mapping for various types
   - Basic write test
   - Creating a table with shorts and floats
   - SPARK-20557: column type TIMESTAMP with TIME ZONE and TIME with TIME ZONE 
should be recognized
   - SPARK-22291: Conversion error when transforming array types of uuid, inet 
and cidr to StingType in PostgreSQL
   - query JDBC option
   - write byte as smallint
   - character type tests
   - SPARK-32576: character array type tests
   ```




----------------------------------------------------------------
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]



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

Reply via email to