File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ option java_outer_classname = "StoreProto";
2222option 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
You can’t perform that action at this time.
0 commit comments