fix subplan filter + px batch rescan hang

This commit is contained in:
sdc 2023-12-08 10:42:44 +00:00 committed by ob-robot
parent 54196a4e17
commit 0ffed88033

View File

@ -3205,6 +3205,8 @@ int ObLogicalOperator::px_rescan_pre()
nested_rescan = false;
if (0 == i) {
enable_px_batch_rescans.push_back(false);
} else if (static_cast<ObLogSubPlanFilter*>(this)->get_onetime_idxs().has_member(i)) {
find_px = false;
} else if (OB_FAIL(get_child(i)->find_nested_dis_rescan(nested_rescan, false))) {
LOG_WARN("fail to find nested rescan", K(ret));
} else if (nested_rescan) {