[CP] fix load data bug

This commit is contained in:
wjhh2008
2023-10-31 21:42:55 +00:00
committed by ob-robot
parent e19034a0d5
commit 2564a260bf

View File

@ -984,6 +984,7 @@ int ObLoadDataSPImpl::exec_shuffle(int64_t task_id, ObShuffleTaskHandle *handle)
if (OB_ISNULL(handle)
|| OB_ISNULL(handle->data_buffer)
|| OB_ISNULL(handle->escape_buffer)
|| OB_ISNULL(handle->exec_ctx.get_my_session())
|| OB_ISNULL(handle->exec_ctx.get_sql_ctx())) {
ret = OB_INVALID_ARGUMENT;