File tree Expand file tree Collapse file tree
packages/pynumaflow/pynumaflow/accumulator/servicer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 Datum ,
1414 _AccumulatorBuilderClass ,
1515 AccumulatorAsyncCallable ,
16- WindowOperation , AccumulatorRequest ,
16+ WindowOperation ,
17+ AccumulatorRequest ,
1718)
1819from pynumaflow .proto .accumulator import accumulator_pb2
1920from pynumaflow .shared .asynciter import NonBlockingIterator
@@ -219,9 +220,7 @@ async def __invoke_accumulator(
219220 # Put the exception in the result queue
220221 await self .global_result_queue .put (err )
221222
222- async def process_input_stream (
223- self , request_iterator : AsyncIterable [AccumulatorRequest ]
224- ):
223+ async def process_input_stream (self , request_iterator : AsyncIterable [AccumulatorRequest ]):
225224 # Start iterating through the request iterator and create tasks
226225 # based on the operation type received.
227226 try :
You can’t perform that action at this time.
0 commit comments