You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Kenneth Knowles (JIRA)" <ji...@apache.org> on 2017/06/23 03:13:00 UTC

[jira] [Updated] (BEAM-1282) DoFnTester should allow output() calls in start/finishBundle

     [ https://issues.apache.org/jira/browse/BEAM-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Knowles updated BEAM-1282:
----------------------------------
    Fix Version/s: 2.1.0

> 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
>            Priority: Minor
>              Labels: starter
>             Fix For: 2.1.0
>
>
> 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 (because it does not have a WindowFn, so that will have to be enhanced)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)