Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- is a child of
-
HUDI-6119 Add hudi timeline timezone testcase
-
- Closed
-
- links to