GitHub user jasonkuster opened a pull request:
https://github.com/apache/beam/pull/3919
Test PR for some python fixes
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [ ] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/projects/BEAM/issues/) filed for the
change (usually before you start working on it). Trivial changes like typos do
not require a JIRA issue. Your pull request should address just this issue,
without pulling in other changes.
- [ ] Each commit in the pull request should have a meaningful subject
line and body.
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue.
- [ ] Write a pull request description that is detailed enough to
understand what the pull request does, how, and why.
- [ ] Run `mvn clean verify` to make sure basic checks pass. A more
thorough check will be performed on your pull request automatically.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jasonkuster/beam python-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3919.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 #3919
----
commit 834517157264f90abd6466a041b6dd912cb10ad1
Author: Jason Kuster <[email protected]>
Date: 2017-09-28T22:34:23Z
Allow users to skip Java or Python branch via a comment. Also use try/catch
blocks to stop non-blocking branches from stopping the build.
Signed-off-by: Jason Kuster <[email protected]>
commit 5cdae8872724b411e3e5b2e7c1e723279eac117a
Author: Jason Kuster <[email protected]>
Date: 2017-09-28T22:55:11Z
Modify trigger phrase to require specifying which language.
Signed-off-by: Jason Kuster <[email protected]>
commit 9625de53ee1806f9dce8a896c14132066ee51d41
Author: Jason Kuster <[email protected]>
Date: 2017-09-29T01:17:07Z
Introduce a more sustainable way to add new SDKs.
Signed-off-by: Jason Kuster <[email protected]>
commit daceeea5cd32a9f246a3b95961aa89002725f17c
Author: Jason Kuster <[email protected]>
Date: 2017-09-29T02:25:53Z
test changing some python things to make build faster
Signed-off-by: Jason Kuster <[email protected]>
----
---