danny0405 commented on code in PR #9794:
URL: https://github.com/apache/hudi/pull/9794#discussion_r2029626470


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestMORDataSource.scala:
##########
@@ -178,7 +178,9 @@ class TestMORDataSource extends HoodieSparkClientTestBase 
with SparkDatasetMixin
         Map(HoodieTableConfig.PRECOMBINE_FIELD.key -> precombineField)
       } else {
         Map()
-      })).asJava
+      }) ++
+        Map(HoodieTableConfig.TIMELINE_TIMEZONE.key -> "LOCAL")

Review Comment:
   why the test is affected, the default timezone does not change?



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