Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into compute-engine-feaeture-view-serde
  • Loading branch information
HaoXuAI authored Jul 13, 2025
commit ca075bc063b1c8e71e2ba2b284f741cb02ac64ad
1 change: 1 addition & 0 deletions sdk/python/feast/feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def __eq__(self, other):
or self.stream_source != other.stream_source
or sorted(self.entity_columns) != sorted(other.entity_columns)
or self.source_views != other.source_views
or self.materialization_intervals != other.materialization_intervals
):
return False

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.