Skip to content

Commit a2462ce

Browse files
author
zhilingc
committed
Update FeatureRow protos
1 parent ad67b86 commit a2462ce

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

protos/feast/types/FeatureRow.proto

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,5 @@ option go_package = "github.com/gojek/feast/protos/generated/go/feast/types";
2828
message FeatureRow {
2929
repeated Feature features = 2;
3030
google.protobuf.Timestamp eventTimestamp = 3;
31-
FeatureSet featureSet = 4;
32-
message FeatureSet {
33-
string name = 5;
34-
int32 version = 6;
35-
}
31+
string featureSet = 6;
3632
}

0 commit comments

Comments
 (0)