Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a compatibility stub of GABWViaWindowSetDoFn #351

Merged
merged 1 commit into from May 19, 2016

Conversation

bjchambers
Copy link
Contributor

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • [*] 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.

Direct calls to
org.apache.beam.sdk.util.GroupAlsoByWindowViaWindowSetDoFn#create
failed following the rename in 892ead2.

This re-introduces that method as a redirect to the new name to
unbreak things while waiting for a complete fix.

Direct calls to
`org.apache.beam.sdk.util.GroupAlsoByWindowViaWindowSetDoFn#create`
failed following the rename in 892ead2.

This re-introduces that method as a redirect to the new name to
unbreak things while waiting for a complete fix.
@bjchambers
Copy link
Contributor Author

@dhalperi
Copy link
Contributor

LGTM

@kennknowles
Copy link
Member

You mean reflective calls? Obviously direct calls would be compile-time breakage.

@kennknowles
Copy link
Member

LGTM, but let's follow up and fix at the source.

@asfgit asfgit merged commit 6c94243 into apache:master May 19, 2016
asfgit pushed a commit that referenced this pull request May 19, 2016
dhalperi pushed a commit to dhalperi/beam that referenced this pull request Aug 23, 2016
* Check for existence of job before polling. Closes apache#330.

In case of local runners, export job does not exists, check if job
exists before polling for result. This will prevent unnecessary
exceptions, polling in local mode.

* Merge PR-331, and fixups.

* address feedback
@bjchambers bjchambers deleted the stub-gabw branch November 21, 2016 21:41
asfgit pushed a commit that referenced this pull request Jul 6, 2017
iemejia pushed a commit to iemejia/beam that referenced this pull request Jan 12, 2018
pl04351820 pushed a commit to pl04351820/beam that referenced this pull request Dec 20, 2023
)

* chore: remove obsolete skip for old Python 3 versions

* perf: strip proto wrappers in '_helpers.decode_{value,dict}'

Closes apache#351.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants