Skip to content

Commit 4afdc6b

Browse files
committed
Optimizations
1 parent 4d5e48e commit 4afdc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quixstreams/dataframe/windows/time_based.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def process_window(
271271
# Combine triggered windows with time-expired windows
272272
all_expired_windows = triggered_windows + list(expired_windows)
273273

274-
return updated_windows, iter(all_expired_windows)
274+
return updated_windows, all_expired_windows
275275

276276
def expire_by_partition(
277277
self,

0 commit comments

Comments
 (0)