[CP] fix spf+px batch rescan clean dtl interm result bug

This commit is contained in:
obdev
2024-02-06 16:20:16 +00:00
committed by ob-robot
parent c81a04702a
commit 8fb27dd683

View File

@ -1125,9 +1125,9 @@ int ObPxCoordOp::erase_dtl_interm_result()
LOG_TRACE("fail to release recieve internal result", K(ret));
}
}
last_px_batch_rescan_size_ = 0;
}
}
last_px_batch_rescan_size_ = 0;
}
return ret;
}