Uploaded image for project: 'Apache Hudi'
  1. Apache Hudi
  2. HUDI-5978

spark timeline timezone is not updated when hoodie.table.timeline.timezone is UTC

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • spark

    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

          Activity

            People

              Unassigned Unassigned
              nicholas inki hwang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: