File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -548,7 +548,6 @@ int ObVecIndexAsyncTaskUtil::resume_task_from_inner_table(
548548 LOG_WARN (" async task ctx is null" , K (ret));
549549 } else if (task_result.task_type_ == ObVecIndexAsyncTaskType::OB_VECTOR_ASYNC_HYBRID_VECTOR_EMBEDDING && OB_FALSE_IT (task_ctx = new (task_ctx_buf) ObHybridVectorRefreshTaskCtx ())) {
550550 } else if (task_result.task_type_ != ObVecIndexAsyncTaskType::OB_VECTOR_ASYNC_HYBRID_VECTOR_EMBEDDING && OB_FALSE_IT (task_ctx = new (task_ctx_buf) ObVecIndexAsyncTaskCtx ())) {
551- } else if (OB_FALSE_IT (task_ctx = new (task_ctx_buf) ObVecIndexAsyncTaskCtx ())) {
552551 } else if (OB_FALSE_IT (task_ctx->task_status_ = task_result)) {
553552 } else if (OB_FALSE_IT (task_ctx->task_status_ .tenant_id_ = tenant_id)) {
554553 } else if (OB_FALSE_IT (task_ctx->task_status_ .status_ = ObVecIndexAsyncTaskStatus::OB_VECTOR_ASYNC_TASK_PREPARE)) {
You can’t perform that action at this time.
0 commit comments