yihua commented on code in PR #8548:
URL: https://github.com/apache/hudi/pull/8548#discussion_r1176040725


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriter.scala:
##########
@@ -1232,6 +1232,7 @@ class TestHoodieSparkSqlWriter {
     val beforeWriteInstant = Instant.now()
 
     // set local timezone to America/Los_Angeles(UTC-7)
+    val defaultTimezone = TimeZone.getDefault
     TimeZone.setDefault(TimeZone.getTimeZone("America/Los_Angeles"))

Review Comment:
   No worries.  This should fix the test issue.



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

Reply via email to