Skip to content

Improvement: Add Custom Copy Functions for Feast Resources - #98

Open
rbriden wants to merge 1 commit into
0.28-affirmfrom
ross/copy-constructors
Open

Improvement: Add Custom Copy Functions for Feast Resources#98
rbriden wants to merge 1 commit into
0.28-affirmfrom
ross/copy-constructors

Conversation

@rbriden

@rbriden rbriden commented Oct 30, 2023

Copy link
Copy Markdown
Collaborator

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.

@rbriden rbriden 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