Skip to content

Commit

Permalink
expand raw column to accomodate more features ingested in one go (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
budi authored and feast-ci-bot committed Jun 13, 2019
1 parent 3a29339 commit 8a6b2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/feast/core/model/JobInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class JobInfo extends AbstractTimestampEntity {
private JobStatus status;

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

public JobInfo() {
Expand Down

0 comments on commit 8a6b2fc

Please sign in to comment.