Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Kohli <[email protected]>
  • Loading branch information
kohlisid committed Mar 8, 2024
1 parent d2f8e01 commit 90c3723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynumaflow/reducestreamer/servicer/async_servicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async def ReduceFn(
# Any exceptions that occur during the processing reduce function tasks are
# sent to the result queue. We then forward these exception to the client
#
# 3. A reduce_pb2.Window message
# 3. A reduce_pb2.ReduceResponse message with EOF=True
# This is a special message that indicates the end of the processing for a window
# When we get this message, we send an EOF message to the client
try:
Expand Down

0 comments on commit 90c3723

Please sign in to comment.