You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct entity value type mapping for aliased feature views
Fix issue where entity value types were incorrectly mapped when using
feature views with join key aliases. Previously, the entity_type_map
would use the original column name instead of the aliased join key,
causing target_user_id to be interpreted as ValueType.INT64 instead
of the correct entity value type.
The fix ensures that when a feature view has a join key map, the
entity type mapping uses the correct aliased column name from the
projection's join_key_map.
0 commit comments