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



##########
File path: 
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DockerJDBCIntegrationSuite.scala
##########
@@ -99,6 +99,8 @@ abstract class DockerJDBCIntegrationSuite extends 
SharedSparkSession with Eventu
   val connectionTimeout = timeout(5.minutes)
   val keepContainer =
     sys.props.getOrElse("spark.test.docker.keepContainer", "false").toBoolean
+  val removePulledImage =
+    sys.props.getOrElse("spark.test.docker.removePulledImage", 
"true").toBoolean

Review comment:
       If this causes image downloading every time, this is a regression for 
the non-GA users, isn't it?
   I'd keep the default as `false` and enable this `true` only at GA 
environment if that is trying to resolve GA issue.
   > I investigated the reason and I found it's short of the storage capacity 
of the host on GA.
   
   WDYT, @sarutak and @HyukjinKwon ?




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