You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Sagar Sumit (Jira)" <ji...@apache.org> on 2023/03/25 08:49:00 UTC

[jira] [Closed] (HUDI-5978) spark timeline timezone is not updated when hoodie.table.timeline.timezone is UTC

     [ https://issues.apache.org/jira/browse/HUDI-5978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sagar Sumit closed HUDI-5978.
-----------------------------
    Resolution: Fixed

> spark timeline timezone is not updated when hoodie.table.timeline.timezone is UTC
> ---------------------------------------------------------------------------------
>
>                 Key: HUDI-5978
>                 URL: https://issues.apache.org/jira/browse/HUDI-5978
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: spark
>            Reporter: inki hwang
>            Priority: Minor
>              Labels: pull-request-available
>
> 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)