[
https://issues.apache.org/jira/browse/GOBBLIN-1677?focusedWorklogId=799122&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-799122
]
ASF GitHub Bot logged work on GOBBLIN-1677:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Aug/22 22:48
Start Date: 08/Aug/22 22:48
Worklog Time Spent: 10m
Work Description: Will-Lo closed pull request #3535: [GOBBLIN-1677] Fix
timezone property to read from key correctly
URL: https://github.com/apache/gobblin/pull/3535
Issue Time Tracking
-------------------
Worklog Id: (was: 799122)
Time Spent: 50m (was: 40m)
> Fix timezone property in TimeAwareRecursiveCopyableDataset
> ----------------------------------------------------------
>
> Key: GOBBLIN-1677
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1677
> Project: Apache Gobblin
> Issue Type: Bug
> Components: gobblin-core
> Reporter: William Lo
> Assignee: Abhishek Tiwari
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Fix bug where TimeAwareRecursiveCopyableDataset could not read user
> configured timezones due to not reading the key correctly.
> Line 72 : {{DateTimeZone.forID(DATE_PATTERN_TIMEZONE_KEY))}} ===> should be
> {{DateTimeZone.forID(properties.get(DATE_PATTERN_TIMEZONE_KEY)))}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)