fix pdml allocate partition id expr bug

This commit is contained in:
chimyue
2023-11-01 09:43:40 +00:00
committed by ob-robot
parent 2727d88048
commit d0efaee70e
3 changed files with 13 additions and 8 deletions

View File

@ -736,8 +736,9 @@ int ObSelectLogPlan::create_hash_group_plan(const ObIArray<ObRawExpr*> &reduce_e
origin_child_card,
is_partition_wise))) {
LOG_WARN("failed to allocate group by as top", K(ret));
} else {
static_cast<ObLogGroupBy*>(top)->set_group_by_outline_info(true, false);
}
static_cast<ObLogGroupBy*>(top)->set_group_by_outline_info(true, false);
} else {
// allocate push down group by
if (groupby_helper.can_basic_pushdown_) {