Skip to content

Commit

Permalink
<docs>(concepts): change data types to upper case because lower case …
Browse files Browse the repository at this point in the history
…would fail when you want to apply this FeatureSet (#389)
  • Loading branch information
david30907d authored and feast-ci-bot committed Dec 24, 2019
1 parent 5fc779c commit 51cbdc7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,20 @@ Entities in Feast are defined within Feature Sets and are not treated as standal

Feast supports the following types for feature values

* Bytes
* String
* Int32
* Int64
* Double
* Float
* Bool
* Bytes List
* String List
* Int32 List
* Int64 List
* Double List
* Float List
* Bool List
* BYTES
* STRING
* INT32
* INT64
* DOUBLE
* FLOAT
* BOOL
* BYTES_LIST
* STRING_LIST
* INT32_LIST
* INT64_LIST
* DOUBLE_LIST
* FLOAT_LIST
* BOOL_LIST

## Glossary

Expand Down

0 comments on commit 51cbdc7

Please sign in to comment.