fix bug: ObPxMSCoordOp rescan without resetting row_heap_

This commit is contained in:
obdev
2023-05-11 09:26:39 +00:00
committed by ob-robot
parent 4ee1db2e82
commit 02849ea1f8

View File

@ -151,6 +151,7 @@ int ObPxMSCoordOp::inner_rescan()
finish_ch_cnt_ = 0;
all_rows_finish_ = false;
destroy_readers();
row_heap_.reset_heap();
int ret = ObPxCoordOp::inner_rescan();
return ret;
}