Skip to content

Commit dea2e25

Browse files
committed
python engine add_cols_to_delta_table no-op
1 parent 25d2f92 commit dea2e25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/hsfs/engine/python.py

+4
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,10 @@ def save_empty_dataframe(
12181218
"""Wrapper around save_dataframe in order to provide no-op."""
12191219
pass
12201220

1221+
def add_cols_to_delta_table(self, feature_group: FeatureGroup, new_features) -> None:
1222+
"""Wrapper around add_cols_to_delta_table in order to provide no-op."""
1223+
pass
1224+
12211225
def _get_app_options(
12221226
self, user_write_options: Optional[Dict[str, Any]] = None
12231227
) -> ingestion_job_conf.IngestionJobConf:

0 commit comments

Comments
 (0)