Skip to content

Commit 41c3c20

Browse files
author
gituser
committed
Merge branch '1.10_release_4.0.x' into 1.10_release_4.1.x
2 parents e1144af + 9ae1097 commit 41c3c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kudu/kudu-side/kudu-async-side/src/main/java/com/dtstack/flink/sql/side/kudu/KuduAsyncReqRow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public GetListRowCB() {
302302
@Override
303303
public Deferred<List<Row>> call(RowResultIterator results) throws Exception {
304304
if (results == null) {
305-
resultFuture.complete(Collections.emptyList());
305+
dealMissKey(input, resultFuture);
306306
return null;
307307
}
308308

0 commit comments

Comments
 (0)