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
Implement entity aliasing for feature retrival (feast-dev#1868)
* Initial commit for implementing shadow entities 8b
Signed-off-by: Cody Lin <[email protected]>
* fix small bug failing unit tests
Signed-off-by: Cody Lin <[email protected]>
* revert changes using FVProjection
Signed-off-by: Cody Lin <[email protected]>
* initial design for testing
Signed-off-by: Cody Lin <[email protected]>
* add join_key_map to FV proto definition
Signed-off-by: Cody Lin <[email protected]>
* handle join_key_map for proto conversions
Signed-off-by: Cody Lin <[email protected]>
* try to grab underlying changes
Signed-off-by: Cody Lin <[email protected]>
* Tests fixed after rebasing with dependencies
Signed-off-by: Cody Lin <[email protected]>
* Remove small unnecessary changes
Signed-off-by: Cody Lin <[email protected]>
* Remove small unnecessary changes
Signed-off-by: Cody Lin <[email protected]>
* Fix lint issues
Signed-off-by: Cody Lin <[email protected]>
* Fix redshift query error
Signed-off-by: Cody Lin <[email protected]>
* Fix cache error
Signed-off-by: Cody Lin <[email protected]>
* Fix benchmark test error
Signed-off-by: Cody Lin <[email protected]>
* remove unnecessary changes
Signed-off-by: Cody Lin <[email protected]>
* respond to David's comments
Signed-off-by: Cody Lin <[email protected]>
* Improve docstring, revert to entity_name_to_join_key_map
Signed-off-by: Cody Lin <[email protected]>
* Fix docstring test
Signed-off-by: Cody Lin <[email protected]>
* Remove code from previous design
Signed-off-by: Cody Lin <[email protected]>
* Improve comments and variable naming
Signed-off-by: Cody Lin <[email protected]>
* Use get with default
Signed-off-by: Cody Lin <[email protected]>
* Fix use get with default
Signed-off-by: Cody Lin <[email protected]>
Co-authored-by: David Y Liu <[email protected]>
0 commit comments