[
https://issues.apache.org/jira/browse/BEAM-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869035#comment-15869035
]
ASF GitHub Bot commented on BEAM-1467:
--------------------------------------
GitHub user vikkyrk opened a pull request:
https://github.com/apache/beam/pull/2018
[BEAM-1467] dd cross-SDK implementations and tests of WindowedValueCoder
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- Tests for GlobalWindowCoder
- Cross-sdk implementation / tests for WindowedValueCoder
- Note: PaneInfo isn't supported in python SDK yet, so we hard code the
value to 0x0F which represents PaneInfo.NO_FIRING
- [ ] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
Travis-CI on your fork and ensure the whole test matrix passes).
- [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [ ] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.txt).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vikkyrk/incubator-beam
common_windowed_value_coder
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/2018.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2018
----
commit e0c5025ecc6529e2db04aff9e892ef045f7a7451
Author: Vikas Kedigehalli <[email protected]>
Date: 2017-02-16T02:13:12Z
Add cross-SDK implementations and tests of WindowedValueCoder
commit aa9840fe7c616c9ed85b475684fff61205449502
Author: Vikas Kedigehalli <[email protected]>
Date: 2017-02-16T02:40:29Z
Fix lint errors
----
> Use well-known coder types for known window coders
> --------------------------------------------------
>
> Key: BEAM-1467
> URL: https://issues.apache.org/jira/browse/BEAM-1467
> Project: Beam
> Issue Type: Improvement
> Components: beam-model-fn-api, beam-model-runner-api
> Reporter: Daniel Halperin
> Assignee: Daniel Halperin
> Priority: Minor
>
> Known window types include:
> * GlobalWindow
> * IntervalWindow
> * WindowedValueCoder
> Standardizing the name and encodings of these windows will enable many more
> pipelines to work across the Fn API with low overhead.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)