You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "dongjoon-hyun (via GitHub)" <gi...@apache.org> on 2024/02/26 18:22:29 UTC

Re: [PR] [SPARK-47165][SQL][TESTS] Pull docker image only when its' absent [spark]

dongjoon-hyun commented on code in PR #45255:
URL: https://github.com/apache/spark/pull/45255#discussion_r1503103432


##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DockerJDBCIntegrationSuite.scala:
##########
@@ -148,10 +148,6 @@ abstract class DockerJDBCIntegrationSuite
           pulled = true
       }
 
-      docker.pullImageCmd(db.imageName)
-        .start()
-        .awaitCompletion(connectionTimeout.value.toSeconds, TimeUnit.SECONDS)

Review Comment:
   Does this really download the image forcefully? I thought the cache layer is handled by the underlying Docker engine.



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org