GitHub user reuvenlax opened a pull request:
https://github.com/apache/beam/pull/3864
[BEAM-2834] Ensure that we never pass in a null retry policy
R: @jkff
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/reuvenlax/incubator-beam BEAM-2834
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3864.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 #3864
----
commit 2bc43a2e13981d39eca1d096a82a504a651e646d
Author: Reuven Lax <[email protected]>
Date: 2017-09-19T17:40:12Z
Make sure that we default to alwaysRetry instead of passing in a null retry
policy.
----
---