William Lo created GOBBLIN-1525: ----------------------------------- Summary: Fix bug where FlowConfigV2ResourceHandler is being casted to FlowConfigResourceHandler Key: GOBBLIN-1525 URL: https://issues.apache.org/jira/browse/GOBBLIN-1525 Project: Apache Gobblin Issue Type: Bug Reporter: William Lo
Continuation from this PR https://github.com/apache/gobblin/pull/3373 The FlowConfigV2ResourceHandler is being casted to FlowConfigResourceHandler, which still leads to a classcastexception when fetching the response as they are not backwards compatible. -- This message was sent by Atlassian Jira (v8.3.4#803005)