refresh schema hang in inner_sql

This commit is contained in:
obdev 2021-07-10 17:05:12 +08:00 committed by wangzelin.wzl
parent c6f5f093e9
commit 49d67f8644

View File

@ -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();
}