Skip to content

Commit bd517df

Browse files
author
dapeng
committed
Merge remote-tracking branch 'origin/feat_1.8_async' into feat_async_mergedDev
2 parents f3c63c1 + 1248591 commit bd517df

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/AsyncReqRow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public void timeout(CRow input, ResultFuture<CRow> resultFuture) throws Exceptio
129129

130130
timeOutNum ++;
131131
if(timeOutNum > sideInfo.getSideTableInfo().getAsyncTimeoutNumLimit()){
132-
resultFuture.complete(null);
132+
resultFuture.completeExceptionally(new Exception("Async function call timedoutNum beyond limit."));
133133
}
134134
}
135135

0 commit comments

Comments
 (0)