fix px merge sort receive clear eval flag bug

This commit is contained in:
sdc
2023-12-26 11:13:28 +00:00
committed by ob-robot
parent 5451651fa1
commit 0121227aeb

View File

@ -675,7 +675,7 @@ int ObPxMSReceiveVecOp::inner_get_next_row()
int ObPxMSReceiveVecOp::inner_get_next_batch(const int64_t max_row_cnt)
{
int ret = OB_SUCCESS;
do_clear_datum_eval_flag();
clear_evaluated_flag();
clear_dynamic_const_parent_flag();
// 从channel sets 读取数据,并向上迭代
const ObPxReceiveSpec &spec = static_cast<const ObPxReceiveSpec &>(get_spec());