[Feature Request]: Issue the warning messages when the process
method in DoFn
does not return anything
#28061
Closed
1 of 15 tasks
What would you like to happen?
When creating a
DoFn
, if theprocess
method returns None, we can issue a warning, such asno iterator is returned by the process method in DoFn
. This could help users debug whether returning None is expected. Possible code changes could be in_check_fn_use_yield_and_return
from https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/core.py.Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
The text was updated successfully, but these errors were encountered: