hjtran commented on PR #35521: URL: https://github.com/apache/beam/pull/35521#issuecomment-3474575217
It'd be really nice to just remove altogether, not just for internal transforms. Schrodinger transforms often raise this warning and I get a lot of questions about how to investigate and whether the user should be worried. I think in a vast majority of cases, the user intent of "I don't want this DoFn to generate any outputs" is expressed by returning `None` in `process` (either explicitly or implicitly). The cases in which this was an accident (e.g. a user forgot to yield an output that they mean to output) will usually be discovered through other systems, like having a workflow that just doesn't generate anything when it obviously should. -- 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]
