nicholas-fwang opened a new pull request, #8284:
URL: https://github.com/apache/hudi/pull/8284

   ### Change Logs
   
   Create instant time after setCommitTimezone if table exists, or after 
initTable if no table exists.
   
   ### Impact
   
   When hoodie.table.timeline.timezone is UTC in not UTC LOCAL timezone, 
timeline action does not progress.
   
   ### Risk level (write none, low medium or high below)
   
   none
   
   ### Documentation Update
   
   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.
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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