Commit 1cf98c2
committed
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.1 parent 35f211c commit 1cf98c2
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
| 696 | + | |
696 | 697 | | |
697 | | - | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
698 | 703 | | |
699 | 704 | | |
700 | 705 | | |
| |||
0 commit comments