Skip to content

Commit bb1b767

Browse files
authored
Merge pull request #18 from tims/noop
Return same type string for warehouse and serving NoOp stores
2 parents 85dba96 + 39b1ff0 commit bb1b767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingestion/src/main/java/feast/storage/noop/NoOpWarehouseStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ public Write create(StorageSpec storageSpec, Specs specs) {
3434

3535
@Override
3636
public String getType() {
37-
return "NOOP";
37+
return "noop";
3838
}
3939
}

0 commit comments

Comments
 (0)