Skip to content

Commit 95e7eaa

Browse files
author
dapeng
committed
解析columnName error
1 parent 2051383 commit 95e7eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/dtstack/flink/sql/side/BaseAsyncReqRow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private Map<String, Object> parseInputParam(CRow input){
182182
if(equalObj == null){
183183
return inputParams;
184184
}
185-
String columnName = sideInfo.getEqualFieldList().get(conValIndex);
185+
String columnName = sideInfo.getEqualFieldList().get(i);
186186
inputParams.put(columnName, equalObj);
187187
}
188188
return inputParams;

0 commit comments

Comments
 (0)