Skip to content

Commit

Permalink
[FSTORE-1615] Inserting into streaming FG fails after cluster upgrade (
Browse files Browse the repository at this point in the history
  • Loading branch information
bubriks authored Nov 21, 2024
1 parent 3ec2248 commit b026acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hsfs/engine/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ def _write_dataframe_kafka(
topic_name=feature_group._online_topic_name,
feature_store_id=feature_group.feature_store_id,
offline_write_options=offline_write_options,
high=True,
high=False,
)
now = datetime.now(timezone.utc)
feature_group.materialization_job.run(
Expand Down

0 comments on commit b026acc

Please sign in to comment.