[CP] fix load data bug
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user