[
https://issues.apache.org/jira/browse/GOBBLIN-1981?focusedWorklogId=897928&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-897928
]
ASF GitHub Bot logged work on GOBBLIN-1981:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 03/Jan/24 21:05
Start Date: 03/Jan/24 21:05
Worklog Time Spent: 10m
Work Description: Will-Lo merged PR #3852:
URL: https://github.com/apache/gobblin/pull/3852
Issue Time Tracking
-------------------
Worklog Id: (was: 897928)
Remaining Estimate: 0h
Time Spent: 10m
> Rename writer file path config name as it is not typesafe
> ---------------------------------------------------------
>
> Key: GOBBLIN-1981
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1981
> Project: Apache Gobblin
> Issue Type: Bug
> Reporter: William Lo
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> There are some properties in Gobblin that are not typesafe when put in a
> Config class object, this causes issues with GaaS passing those properties to
> Gobblin cluster.
> To resolve this, we should fix the property names so that there are no
> conflicts.
> The property in particular we want to change is writer.file.path.type that
> conflicts with writer.file.path due to sharing the same prefix but expanding
> the key when there's a value mapped to it (making it not type safe). We can
> rename this property to writer.file.pathType
--
This message was sent by Atlassian Jira
(v8.20.10#820010)