提交 75502da4 编写于 作者: O obdev 提交者: wangzelin.wzl

[CP] [CP] Fix get nested loop join for IN expr should do cast

上级 e349a542
......@@ -2469,6 +2469,10 @@ int ObRawExprResolverImpl::process_in_or_not_in_node(const ParseNode* node, ObRa
ObItemType expr_type = (T_OP_IN == node->type_) ? T_OP_EQ : T_OP_NE;
in_expr->set_expr_type(expr_type);
expr = in_expr;
if (T_OP_ROW != sub_expr1->get_expr_type()) {
ctx_.op_exprs_->push_back(in_expr);
LOG_DEBUG("ctx_.op_exprs_ push", K(in_expr->get_param_count()), K(*in_expr));
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册