fix px merge sort receive clear eval flag bug

This commit is contained in:
obdev
2024-02-08 12:33:45 +00:00
committed by ob-robot
parent 0a2a50fb59
commit 32c20c0a5f

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