You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also: if Iterator is imported from collections.abc instead of typing (to annotate process() of DoFn classes), then Beam does not consider it to be iterable.
Note typing.Iterator (and other generic collections types) has been deprecated since Python 3.9 in favor of collections.abc.
See: https://peps.python.org/pep-0585/ that introduces this construct.
Imported from Jira BEAM-14397. Original Jira may contain additional context.
Reported by: tvalentyn.
The text was updated successfully, but these errors were encountered: