HyukjinKwon commented on a change in pull request #30897:
URL: https://github.com/apache/spark/pull/30897#discussion_r547605273
##########
File path:
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerWithSparkContextSuite.scala
##########
@@ -102,14 +102,14 @@ trait ThriftServerWithSparkContextSuite extends
SharedThriftServer {
spark.sparkContext.addSparkListener(listener)
try {
- statement.execute(s"SET ${SQLConf.THRIFTSERVER_QUERY_TIMEOUT.key}=1")
+ statement.execute(s"SET ${SQLConf.THRIFTSERVER_QUERY_TIMEOUT.key}=500")
Review comment:
Can you elabourate a bit more? It sleeps 3 seconds below via
`Thread.sleep`.
----------------------------------------------------------------
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]