Skip to content

Commit 9e00705

Browse files
committed
fix resolve conflict error
1 parent 1ba4e9e commit 9e00705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/stream/ObTableClientQueryAsyncStreamResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public boolean next() throws Exception {
240240
.getTableQuery(), realTableName));
241241
setEnd(true);
242242
} else {
243-
setExpectant(refreshPartition(this.asyn cRequest.getObTableQueryRequest()
243+
setExpectant(refreshPartition(this.asyncRequest.getObTableQueryRequest()
244244
.getTableQuery(), realTableName));
245245
}
246246
} else {

0 commit comments

Comments
 (0)