Daniel Mills created BEAM-1282:
----------------------------------
Summary: DoFnTester should allow output() calls in
start/finishBundle
Key: BEAM-1282
URL: https://issues.apache.org/jira/browse/BEAM-1282
Project: Beam
Issue Type: Bug
Components: sdk-java-core
Reporter: Daniel Mills
Assignee: Davor Bonaci
Priority: Minor
In a DoFn, users can call output() or outputWithTimestamp() during
start/finishBundle. This will attempt to deduce a window for the output
element based on the current WindowFn and any timestamp provided. However,
DoFnTester always throws an exception if these methods are called from
start/finishBundle.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)