This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 68eb1e20e8a0b24aa7e99c5f77456b5a0a5e055f Author: Mergebot <[email protected]> AuthorDate: Thu May 3 08:44:14 2018 -0700 Prepare repository for deployment. --- content/documentation/programming-guide/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/documentation/programming-guide/index.html b/content/documentation/programming-guide/index.html index 2b4fa76..6cb22e5 100644 --- a/content/documentation/programming-guide/index.html +++ b/content/documentation/programming-guide/index.html @@ -518,7 +518,7 @@ testing and debugging purposes.</p> <p>To read from an external source, you use one of the <a href="#pipeline-io">Beam-provided I/O adapters</a>. The adapters vary in their exact usage, but all of them -from some external data source and return a <code class="highlighter-rouge">PCollection</code> whose elements +read from some external data source and return a <code class="highlighter-rouge">PCollection</code> whose elements represent the data records in that source.</p> <p>Each data source adapter has a <code class="highlighter-rouge">Read</code> transform; to read, you must apply that -- To stop receiving notification emails like this one, please contact [email protected].
