steveniemitz opened a new issue, #22120: URL: https://github.com/apache/beam/issues/22120
### What happened? #16773 seems to have caused spurious warnings for pipelines with unbounded PCollections but that don't set `--streaming`. Previously they would correctly be inferred to run in streaming mode in Dataflow, after this change they still are, however a very ominous warning is logged: ``` WARNING: Unbounded PCollection(s) found in a batch pipeline! You might consider using 'streaming=true'! Unbounded PCollection(s): <a very large amount of text> ``` ### Issue Priority Priority: 2 ### Issue Component Component: runner-dataflow -- 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]
