inki hwang created HUDI-5978:
--------------------------------
Summary: spark timeline timezone is not updated when
hoodie.table.timeline.timezone is not UTC
Key: HUDI-5978
URL: https://issues.apache.org/jira/browse/HUDI-5978
Project: Apache Hudi
Issue Type: Bug
Components: spark
Reporter: inki hwang
The commit timezone is not updated when HoodieSparkSqlWriter write method.
For example, the LOCAL time zone is KST (UTC+9), and even if
'hoodie.table.timeline.timezone' is UTC, the first instance time is created as
LOCAL (KST) and then initTable is called.
Then, the second instant time after initTable is created in UTC and waits
because the first instant time is 9 hours ahead of the second KST.
And in other situations, a write method started when there is already an
initialized table does not call setCommitTimezone.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)