They're already decoupled in the Python implementation, though they're not exposed in the API.
On Mon, Apr 24, 2017 at 10:16 AM, Thomas Groh (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/BEAM-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Thomas Groh reopened BEAM-846: > ------------------------------ > Assignee: Robert Bradshaw (was: Thomas Groh) > > This is done the the Java SDK. I don't know if there's any more work to do in > python. > >> Decouple side input window mapping from WindowFn >> ------------------------------------------------ >> >> Key: BEAM-846 >> URL: https://issues.apache.org/jira/browse/BEAM-846 >> Project: Beam >> Issue Type: New Feature >> Components: beam-model-runner-api, sdk-java-core >> Reporter: Robert Bradshaw >> Assignee: Robert Bradshaw >> Labels: backward-incompatible >> Fix For: First stable release >> >> >> Currently the main WindowFn provides as getSideInputWindow method. Instead, >> this mapping should be specified per-side-input (thought the default mapping >> would remain the same). > > > > -- > This message was sent by Atlassian JIRA > (v6.3.15#6346)
