Skip to content

Commit 42e83e7

Browse files
author
dapeng
committed
编译问题
1 parent b331085 commit 42e83e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis5/redis5-side/redis-async-side/src/main/java/com/dtstack/flink/sql/side/redis/RedisAsyncReqRow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public void accept(Map<String, String> values) {
144144
dealCacheData(key,CacheObj.buildCacheObj(ECacheContentType.MultiLine, values));
145145
resultFuture.complete(Collections.singleton(new CRow(row, input.change())));
146146
} catch (Exception e) {
147-
dealFillDataError(resultFuture, e, input);
147+
dealFillDataError(input, resultFuture, e);
148148
}
149149
} else {
150150
dealMissKey(input, resultFuture);

0 commit comments

Comments
 (0)