Skip to content

Commit

Permalink
[FSTORE-1627] Don't fail Delta delta-streamer on data loss (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
bubriks authored Dec 2, 2024
1 parent db70457 commit d368e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/python/hsfs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def offline_fg_materialization(spark: SparkSession, job_conf: Dict[Any, Any], in
.option("subscribe", entity._online_topic_name)
.option("startingOffsets", offset_string)
.option("includeHeaders", "true")
.option("failOnDataLoss", "false")
.load()
.limit(5000000)
)
Expand Down

0 comments on commit d368e5c

Please sign in to comment.