Skip to content

Commit b8c3b3b

Browse files
authored
[FSTORE-1615] Inserting into streaming FG fails after cluster upgrade (logicalclocks#409)
1 parent 0d0757d commit b8c3b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hsfs/engine/python.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ def _write_dataframe_kafka(
15111511
topic_name=feature_group._online_topic_name,
15121512
feature_store_id=feature_group.feature_store_id,
15131513
offline_write_options=offline_write_options,
1514-
high=True,
1514+
high=False,
15151515
)
15161516
now = datetime.now(timezone.utc)
15171517
feature_group.materialization_job.run(

0 commit comments

Comments
 (0)