Skip to content

Commit

Permalink
Merge error
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Chiao <[email protected]>
  • Loading branch information
adchia committed Sep 2, 2021
1 parent cfd49cf commit e2a7830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/on_demand_feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def from_proto(cls, on_demand_feature_view_proto: OnDemandFeatureViewProto):

def get_transformed_features_df(
self, full_feature_names: bool, df_with_features: pd.DataFrame
):
) -> pd.DataFrame:
# Apply on demand transformations
# TODO(adchia): Include only the feature values from the specified input FVs in the ODFV.
# Copy over un-prefixed features even if not requested since transform may need it
Expand Down

0 comments on commit e2a7830

Please sign in to comment.