Skip to content

Commit 9c17748

Browse files
pradithyafeast-ci-bot
authored andcommitted
Increase the column size for storing raw import spec (#126)
1 parent f00d910 commit 9c17748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/feast/core/model/JobInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class JobInfo extends AbstractTimestampEntity {
8181
private JobStatus status;
8282

8383
// Raw import spec, stored as a json string.
84-
@Column(name = "raw", length = 2048)
84+
@Column(name = "raw", length = 4096)
8585
private String raw;
8686

8787
public JobInfo() {

0 commit comments

Comments
 (0)