Skip to content

Commit a8880cf

Browse files
committed
Patch fix, will change definitions in separate pr
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent a71eaf9 commit a8880cf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

java/serving/src/test/resources/docker-compose/feast10/definitions.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@
4141

4242
input_request = RequestSource(
4343
name="vals_to_add",
44-
schema=[
45-
Field(name="val_to_add", dtype=Int64),
46-
Field(name="val_to_add_2", dtype=Int64),
47-
],
44+
schema={"val_to_add": ValueType.INT64, "val_to_add_2": ValueType.INT64},
4845
)
4946

5047

0 commit comments

Comments
 (0)