Skip to content

Commit

Permalink
Update API naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bogao007 committed Jan 24, 2025
1 parent 2b657fe commit 2e7e0da
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 139 deletions.
4 changes: 2 additions & 2 deletions python/pyspark/sql/pandas/group_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ def handle_expired_timers(
statefulProcessorApiClient.set_implicit_key(key_obj)
for pd in statefulProcessor.handleExpiredTimer(
key=key_obj,
timer_values=TimerValues(batch_timestamp, watermark_timestamp),
expired_timer_info=ExpiredTimerInfo(expiry_timestamp),
timerValues=TimerValues(batch_timestamp, watermark_timestamp),
expiredTimerInfo=ExpiredTimerInfo(expiry_timestamp),
):
yield pd
statefulProcessorApiClient.delete_timer(expiry_timestamp)
Expand Down
Loading

0 comments on commit 2e7e0da

Please sign in to comment.