提交 3aeb4bc7 编写于 作者: Y yb0 提交者: LINGuanRen

fix allocate link operator bug

上级 e34b4b2a
......@@ -1571,7 +1571,7 @@ public:
return type_ != log_op_def::LOG_EXCHANGE && type_ != log_op_def::LOG_GRANULE_ITERATOR &&
type_ != log_op_def::LOG_MONITORING_DUMP && type_ != log_op_def::LOG_SORT &&
type_ != log_op_def::LOG_SUBPLAN_FILTER && type_ != log_op_def::LOG_MATERIAL &&
type_ != log_op_def::LOG_JOIN_FILTER;
type_ != log_op_def::LOG_JOIN_FILTER && type_ != log_op_def::LOG_LINK;
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册