Skip to content

Commit c9076a9

Browse files
SuperYokoSophie-Xie
andcommitted
fix storage job (#4762)
Co-authored-by: Sophie <84560950+Sophie-Xie@users.noreply.github.com>
1 parent f000a34 commit c9076a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meta/processors/job/StorageJobExecutor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class StorageJobExecutor : public JobExecutor {
8484
}
8585

8686
JobDescription getJobDescription() override {
87-
JobDescription ret;
87+
JobDescription ret{space_, jobId_, cpp2::JobType::UNKNOWN};
8888
return ret;
8989
}
9090

0 commit comments

Comments
 (0)