Skip to content

Commit 8179a6c

Browse files
authored
[bug][http] commonConf NullPointerException #1510 (#1511)
1 parent 83c10de commit 8179a6c

File tree

1 file changed

+1
-0
lines changed
  • chunjun-connectors/chunjun-connector-http/src/main/java/com/dtstack/chunjun/connector/http/converter

1 file changed

+1
-0
lines changed

chunjun-connectors/chunjun-connector-http/src/main/java/com/dtstack/chunjun/connector/http/converter/HttpColumnConverter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public class HttpColumnConverter
5555

5656
public HttpColumnConverter(HttpRestConfig httpRestConfig) {
5757
this.httpRestConfig = httpRestConfig;
58+
this.commonConf = httpRestConfig;
5859

5960
// Only json need to extract the fields
6061
if (StringUtils.isNotBlank((httpRestConfig.getFields()))) {

0 commit comments

Comments
 (0)