Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: Add Custom Copy Functions for Feast Resources #98

Open
wants to merge 1 commit into
base: 0.28-affirm
Choose a base branch
from

Conversation

Rostifar
Copy link
Collaborator

@Rostifar Rostifar commented Oct 30, 2023

Improvement: Add Custom Copy Functions for Feast Resources

Implements __copy__ functions for FeastObject subclasses. Concretely specifying these functions is more efficient than deep copying, or using to_proto and from_proto to obtain copies. The in-memory registry will use this functionality to return FeastObject copies.

@Rostifar Rostifar changed the title add __copy__ fns Improvement: Add Custom Copy Functions for Feast Resources Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant