refresh schema hang in inner_sql
This commit is contained in:
parent
c6f5f093e9
commit
49d67f8644
@ -131,6 +131,7 @@ int ObBasicNestedLoopJoin::open_right_child(ObBasicNestedLoopJoinCtx& join_ctx)
|
||||
join_ctx.set_open_right_child();
|
||||
} else if (OB_FAIL(open_child(join_ctx.exec_ctx_, SECOND_CHILD))) {
|
||||
LOG_WARN("fail to open right child", K(ret));
|
||||
join_ctx.set_open_right_child();
|
||||
} else {
|
||||
join_ctx.set_open_right_child();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user