fix pdml allocate partition id expr bug
This commit is contained in:
@ -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_) {
|
||||
|
||||
Reference in New Issue
Block a user