GitHub user kennknowles opened a pull request:
https://github.com/apache/beam/pull/4058
[BEAM-3081] NonNull by default in the rest of the core SDK and shared
runner code
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/kennknowles/beam NonNull-by-default
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/4058.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 #4058
----
commit 68d4593a062306b71e04d50b06965673dc6494ec
Author: Kenneth Knowles <[email protected]>
Date: 2017-10-24T02:44:59Z
NonNull by default in sdk/io
commit efa13aa6bea40c17238098fde79fd0f285f34476
Author: Kenneth Knowles <[email protected]>
Date: 2017-10-24T02:45:31Z
NonNull by default in sdk/values
commit 85d28aad26479674f4a6bed1cf950bc6d96f3fb3
Author: Kenneth Knowles <[email protected]>
Date: 2017-10-30T02:48:12Z
NonNull by default in sdk/io/fs
commit 960021de7291a1c5dc4b554d3d5c358d532839f7
Author: Kenneth Knowles <[email protected]>
Date: 2017-10-30T03:31:42Z
NonNull by default in sdk/io/range
commit 075062cc10ec96fcb3091b18afa6b7caa154640d
Author: Kenneth Knowles <[email protected]>
Date: 2017-10-30T03:47:06Z
NonNull by default in runners/core/construction
commit 0723aa382c06ab9db6a440b643186db92de89123
Author: Kenneth Knowles <[email protected]>
Date: 2017-10-30T03:57:42Z
NonNull by default in runners/core/construction/metrics
commit c3fab364bd3487f95d38395e7cacd07378d42b7c
Author: Kenneth Knowles <[email protected]>
Date: 2017-10-30T03:58:58Z
NonNull by default in runners/core/triggers
commit f9dd980a18a3d6b4d21b53a8692f87a279cdca99
Author: Kenneth Knowles <[email protected]>
Date: 2017-10-30T04:00:18Z
NonNull by default in runners/core/fn
commit a7d73b3c037c1881098c550836e7eb0d746f8aaa
Author: Kenneth Knowles <[email protected]>
Date: 2017-10-30T04:08:06Z
NonNull by default in runners/core/metrics
commit 6e1685b32c531b8303802aec444debbb3b650bdf
Author: Kenneth Knowles <[email protected]>
Date: 2017-10-30T04:09:08Z
NonNull by default in runners/core
----
---