Skip to content

Commit ee5ee61

Browse files
committed
Update documentation for Store.proto
1 parent 62a49d4 commit ee5ee61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protos/feast/core/Store.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ option java_outer_classname = "StoreProto";
2222
option go_package = "github.com/gojek/feast/protos/generated/go/feast/core";
2323

2424
// Store provides a location to which Feast writes feature values.
25-
// Feature values will be written to the Store in the form of FeatureRow.
25+
// Feature values will be written to the Store in the form of FeatureRow elements.
2626
// The way FeatureRow is encoded and decoded when it is written to and read from
2727
// the store depends on the type of the Store.
2828
//
@@ -56,7 +56,7 @@ message Store {
5656
// fields in the BigQuery table (these make up the BigQuery schema).
5757
// The name of the entity spec and feature spec corresponds to the column
5858
// names, and the value_type of entity spec and feature spec corresponds
59-
// to the data type of the column.
59+
// to BigQuery standard SQL data type of the column.
6060
//
6161
// Since newer version of feature set can introduce breaking, non backward-
6262
// compatible BigQuery schema updates, incrementing the version of a

0 commit comments

Comments
 (0)