AnandInguva commented on code in PR #28385:
URL: https://github.com/apache/beam/pull/28385#discussion_r1332135414
##########
sdks/python/apache_beam/runners/common.py:
##########
@@ -762,6 +762,7 @@ def __init__(self,
# Try to prepare all the arguments that can just be filled in
# without any additional work. in the process function.
# Also cache all the placeholders needed in the process function.
+ input_args = list(input_args)
Review Comment:
Sometimes this gets a list and sometimes this gets a tuple. Running tests
using installed version of beam complaints about it and fails. So force casting
this variable to list.
--
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]