You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Zihan Li (Jira)" <ji...@apache.org> on 2020/03/10 18:10:00 UTC

[jira] [Created] (GOBBLIN-1077) Fix bug in HiveDataset.resolveConfig

Zihan Li created GOBBLIN-1077:
---------------------------------

             Summary: Fix bug in HiveDataset.resolveConfig
                 Key: GOBBLIN-1077
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1077
             Project: Apache Gobblin
          Issue Type: Task
            Reporter: Zihan Li


In resolveConfig, we get a config object, and resolve the value and put all of them in a property object without desanitize the key. And when transform the property object back to config, there is a chance to get runTime exception. 

Solution: directly construct a config object instead config->property->config



--
This message was sent by Atlassian Jira
(v8.3.4#803005)