Skip to content

Commit

Permalink
[fix] revert IMAP cache data field type to compatible with old version
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Jun 17, 2024
1 parent 59720a7 commit 611891a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public static final class JobState implements Serializable {
private Long jobId;
private String jobName;
private JobStatus jobStatus;
private Long submitTime;
private long submitTime;
private Long finishTime;
private Map<PipelineLocation, PipelineStateData> pipelineStateMapperMap;
private String errorMessage;
Expand Down

0 comments on commit 611891a

Please sign in to comment.