Skip to content

Commit 317ece0

Browse files
committed
add startingOffsets log
1 parent 774d5d6 commit 317ece0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/python/hsfs_utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ def offline_fg_materialization(spark: SparkSession, job_conf: Dict[Any, Any], in
290290
high=False,
291291
)
292292
offset_string = json.dumps(_build_starting_offsets(initial_check_point_string))
293+
print(f"startingOffsets: {offset_string}")
293294

294295
# read kafka topic
295296
df = (

0 commit comments

Comments
 (0)