[Bug]: TypeError: Argument 'input_args' has incorrect type (expected list, got tuple) #29361
Closed
1 of 16 tasks
Labels
bug
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
P2
python
Milestone
What happened?
My colleague has a simple piece of code that reads some lines from a text file, and then emits the lines to a different file. However, we see the error
TypeError: Argument 'input_args' has incorrect type (expected list, got tuple)
.I am using
apache-beam==2.51.0
.Here is some minimal code that reproduced the bug:
Suppose
/tmp/examples.jsonl
is a file with the following content:Suppose my code is
beam_bug_minimal_repro.py
:Running the script gives the following error:
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: