gengliangwang commented on code in PR #39868:
URL: https://github.com/apache/spark/pull/39868#discussion_r1095357827
##########
sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala:
##########
@@ -1961,16 +1975,23 @@ class JDBCSuite extends QueryTest with
SharedSparkSession {
.option("url", urlWithUserAndPass)
.option("dbtable", tableName)
.save()
-
- DateTimeTestUtils.outstandingZoneIds.foreach { zoneId =>
Review Comment:
I find this test case requires 17 seconds on my M1 Max MBP. It can be longer
on the github action tests. I suggest using a random time zone to reduce the
execution time to 4 seconds.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]