Skip to content

Commit

Permalink
fix storage job (vesoft-inc#4762)
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie <84560950+Sophie-Xie@users.noreply.github.com>
  • Loading branch information
SuperYoko and Sophie-Xie committed Oct 21, 2022
1 parent 2291866 commit 92e9a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/processors/job/StorageJobExecutor.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class StorageJobExecutor : public JobExecutor {
}

JobDescription getJobDescription() override {
JobDescription ret;
JobDescription ret{space_, jobId_, cpp2::JobType::UNKNOWN};
return ret;
}

Expand Down

0 comments on commit 92e9a08

Please sign in to comment.