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

Fix: nlj forget to_exprs cause datum error

上级 17951fe6
......@@ -820,6 +820,7 @@ int ObNestedLoopJoinOp::rescan_right_op()
// NOTE: left batch is ALWAYS continous, NO need to check skip for
// left_brs under px batch rescan
batch_info_guard.set_batch_idx(l_idx_);
left_batch_.to_exprs(eval_ctx_, l_idx_, l_idx_);
if (OB_FAIL(fill_cur_row_rescan_param())) {
LOG_WARN("fail to fill cur row rescan param", K(ret));
} else if (OB_FAIL(right_->rescan())) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册