dustin12 commented on code in PR #36596:
URL: https://github.com/apache/beam/pull/36596#discussion_r2475218107
##########
sdks/python/apache_beam/transforms/async_dofn.py:
##########
@@ -55,9 +56,8 @@ class AsyncWrapper(beam.DoFn):
TIMER_SET = ReadModifyWriteStateSpec('timer_set', coders.BooleanCoder())
TO_PROCESS = BagStateSpec(
'to_process',
- coders.TupleCoder([coders.StrUtf8Coder(), coders.StrUtf8Coder()]),
- )
- _timer_frequency = 20
+ coders.TupleCoder(
Review Comment:
There shouldn't be any usage of this yet so I'm OK with that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]