Skip to content

Commit 8a6b2fc

Browse files
budifeast-ci-bot
authored andcommitted
expand raw column to accomodate more features ingested in one go (#213)
1 parent 3a29339 commit 8a6b2fc

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
@@ -85,7 +85,7 @@ public class JobInfo extends AbstractTimestampEntity {
8585
private JobStatus status;
8686

8787
// Raw import spec, stored as a json string.
88-
@Column(name = "raw", length = 4096)
88+
@Column(name = "raw", length = 40960)
8989
private String raw;
9090

9191
public JobInfo() {

0 commit comments

Comments
 (0)