fix allocate link operator bug

This commit is contained in:
yb0
2021-12-23 14:18:49 +08:00
committed by LINxiansheng
parent e34b4b2aa2
commit 3aeb4bc731

View File

@ -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;
}
/*