gengliangwang commented on code in PR #37013:
URL: https://github.com/apache/spark/pull/37013#discussion_r910491806
##########
sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala:
##########
@@ -1943,13 +1943,17 @@ class JDBCSuite extends QueryTest
.option("dbtable", tableName)
.save()
- val res = spark.read.format("jdbc")
- .option("inferTimestampNTZType", "true")
- .option("url", urlWithUserAndPass)
- .option("dbtable", tableName)
- .load()
-
- checkAnswer(res, df)
+ DateTimeTestUtils.outstandingZoneIds.foreach { zoneId =>
Review Comment:
The loop is already there in line 1931
--
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]