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

fix bug: recieve dynamic param copy core

上级 f270202c
......@@ -649,7 +649,7 @@ int ObStaticEngineExprCG::cg_dynamic_frame_layout(const ObIArray<ObRawExpr *> &e
int64_t &frame_index_pos,
ObIArray<ObFrameInfo>& frame_info_arr)
{
const bool reserve_empty_string = true;
const bool reserve_empty_string = false;
//需要保证continuous_datum = true, 因为在expr_frame_info中将所有datum预先置为null
const bool continuous_datum = true;
return cg_frame_layout(exprs,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册