Skip to content

Commit 50f03b9

Browse files
committed
Add TODO
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 8593910 commit 50f03b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/python/feast/feature_store.py

+1
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,7 @@ def _get_columnar_entity_values(
15371537
def _get_entity_maps(
15381538
self, feature_views
15391539
) -> Tuple[Dict[str, str], Dict[str, ValueType], Set[str]]:
1540+
# TODO(felixwang9817): Support entities that have different types for different feature views.
15401541
entities = self._list_entities(allow_cache=True, hide_dummy_entity=False)
15411542
entity_name_to_join_key_map: Dict[str, str] = {}
15421543
entity_type_map: Dict[str, ValueType] = {}

0 commit comments

Comments
 (0)