From 49d67f8644c495ef5eb56d8760ef17637fdc44bb Mon Sep 17 00:00:00 2001 From: obdev Date: Sat, 10 Jul 2021 17:05:12 +0800 Subject: [PATCH] refresh schema hang in inner_sql --- src/sql/engine/join/ob_basic_nested_loop_join.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sql/engine/join/ob_basic_nested_loop_join.cpp b/src/sql/engine/join/ob_basic_nested_loop_join.cpp index 32c2335990..477ec9c0d1 100644 --- a/src/sql/engine/join/ob_basic_nested_loop_join.cpp +++ b/src/sql/engine/join/ob_basic_nested_loop_join.cpp @@ -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(); } -- GitLab