提交 b2cc97f5 编写于 作者: O obdev 提交者: ob-robot

Bugfix for ObPxMSCoordOp: keep projected flag well maintained

上级 70676363
......@@ -528,7 +528,7 @@ int ObPxReceiveOp::wrap_get_next_batch(const int64_t max_row_cnt)
brs_.end_ = idx < max_cnt;
// set project flag to prevent duplcated expression calculation
if (NULL != all_exprs) {
FOREACH_CNT(e, spec_.calc_exprs_) {
FOREACH_CNT(e, *(all_exprs)) {
(*e)->get_eval_info(eval_ctx_).projected_ = 1;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册