Skip to content

Commit 2362991

Browse files
committed
Clarify comment
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 0453a6c commit 2362991

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sdk/python/feast/inference.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ def update_feature_views_with_inferred_features_and_entities(
9999
other columns except designated timestamp columns are considered to be feature columns. If
100100
the feature view already has features, feature inference is skipped.
101101
102-
Note that this inference logic currently does not take transformations into account. For
103-
example, even if a stream feature view has a transformation, this method assumes that the
104-
batch source contains transformed data with the correct final schema.
102+
Note that this inference logic currently does not take any transformations (either a UDF or
103+
aggregations) into account. For example, even if a stream feature view has a transformation,
104+
this method assumes that the batch source contains transformed data with the correct final schema.
105105
106106
Args:
107107
fvs: The feature views to be updated.

0 commit comments

Comments
 (0)