Skip to content

Commit b627dc4

Browse files
committed
Updating documentation
1 parent 2b6d685 commit b627dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/type-system.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Feast uses an internal type system to provide guarantees on training and serving data.
66
Feast currently supports eight primitive types - `INT32`, `INT64`, `FLOAT32`, `FLOAT64`, `STRING`, `BYTES`, `BOOL`, and `UNIX_TIMESTAMP` - and the corresponding array types.
7+
Map type is also supported using a key of `STRING` type and any supported feast type as a value.
78
Null types are not supported, although the `UNIX_TIMESTAMP` type is nullable.
89
The type system is controlled by [`Value.proto`](https://github.com/feast-dev/feast/blob/master/protos/feast/types/Value.proto) in protobuf and by [`types.py`](https://github.com/feast-dev/feast/blob/master/sdk/python/feast/types.py) in Python.
910
Type conversion logic can be found in [`type_map.py`](https://github.com/feast-dev/feast/blob/master/sdk/python/feast/type_map.py).

0 commit comments

Comments
 (0)