William Lo created GOBBLIN-2036:
-----------------------------------
Summary: 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
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)