We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad67b86 commit a2462ceCopy full SHA for a2462ce
protos/feast/types/FeatureRow.proto
@@ -28,9 +28,5 @@ option go_package = "github.com/gojek/feast/protos/generated/go/feast/types";
28
message FeatureRow {
29
repeated Feature features = 2;
30
google.protobuf.Timestamp eventTimestamp = 3;
31
- FeatureSet featureSet = 4;
32
- message FeatureSet {
33
- string name = 5;
34
- int32 version = 6;
35
- }
+ string featureSet = 6;
36
}
0 commit comments