Rebuild website after merge
Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/64b7bca7 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/64b7bca7 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/64b7bca7 Branch: refs/heads/asf-site Commit: 64b7bca765e6203944da11b026defcbde331ec2b Parents: 8ed00ff Author: Dan Halperin <[email protected]> Authored: Tue Apr 18 12:03:24 2017 -0700 Committer: Dan Halperin <[email protected]> Committed: Tue Apr 18 12:03:24 2017 -0700 ---------------------------------------------------------------------- content/contribute/ptransform-style-guide/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/64b7bca7/content/contribute/ptransform-style-guide/index.html ---------------------------------------------------------------------- diff --git a/content/contribute/ptransform-style-guide/index.html b/content/contribute/ptransform-style-guide/index.html index b6a3619..85bc418 100644 --- a/content/contribute/ptransform-style-guide/index.html +++ b/content/contribute/ptransform-style-guide/index.html @@ -393,7 +393,7 @@ E.g. when expanding a filepattern into files, log what the filepattern was and h <li>Third-party APIs failing</li> <li>Third-party APIs providing wildly inaccurate information</li> <li>Leaks of <code class="highlighter-rouge">Closeable</code>/<code class="highlighter-rouge">AutoCloseable</code> resources in failure cases</li> - <li>Common corner cases when developing sources: complicated arithmetic in <code class="highlighter-rouge">BoundedSource.splitIntoBundles</code> (e.g. splitting key or offset ranges), iteration over empty data sources or composite data sources that have some empty components.</li> + <li>Common corner cases when developing sources: complicated arithmetic in <code class="highlighter-rouge">BoundedSource.split</code> (e.g. splitting key or offset ranges), iteration over empty data sources or composite data sources that have some empty components.</li> </ul> </li> <li>Mock out the interactions with third-party systems, or better, use <a href="http://martinfowler.com/articles/mocksArentStubs.html">âfakeâ</a> implementations when available. Make sure that the mocked-out interactions are representative of all interesting cases of the actual behavior of these systems.</li>
