Skip to content

Commit

Permalink
fix _apply_transformation_function
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmhc committed Jul 9, 2024
1 parent 5099d5d commit 16e40f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hsfs/engine/spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ def add_cols_to_delta_table(self, feature_group, new_features):
"spark.databricks.delta.schema.autoMerge.enabled", "true"
).save(feature_group.location)

def _apply_transformation_function(self, transformation_functions, dataset):
def _apply_transformation_function(self, transformation_functions, dataset, **kwargs):
# generate transformation function expressions
transformed_feature_names = []
transformation_fn_expressions = []
Expand Down

0 comments on commit 16e40f7

Please sign in to comment.