[
https://issues.apache.org/jira/browse/GOBBLIN-2036?focusedWorklogId=913082&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-913082
]
ASF GitHub Bot logged work on GOBBLIN-2036:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 04/Apr/24 18:31
Start Date: 04/Apr/24 18:31
Worklog Time Spent: 10m
Work Description: Will-Lo merged PR #3915:
URL: https://github.com/apache/gobblin/pull/3915
Issue Time Tracking
-------------------
Worklog Id: (was: 913082)
Time Spent: 40m (was: 0.5h)
> Fix bug where concurrent flow config key is parsed as boolean instead of
> fetched as string
> ------------------------------------------------------------------------------------------
>
> Key: GOBBLIN-2036
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2036
> Project: Apache Gobblin
> Issue Type: Bug
> Reporter: William Lo
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The old value ofÂ
> {code:java}
> flow.allowConcurrentExecution{code}
> is set as a string value in the flow configuration jsons, but in the code we
> parse it as boolean. Instead we want to parse as string then convert to
> boolean to make this backwards compatible with existing flow configs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)