This is an automated email from the ASF dual-hosted git repository.
michel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 0989767 There is an additional "." in example source code.
new 72df049 Remove additional "." in example source code
0989767 is described below
commit 09897670d3d2e34527d8b49162bf793dbf2f707e
Author: Jae-woo Kim <[email protected]>
AuthorDate: Sat Mar 30 12:47:57 2019 +0900
There is an additional "." in example source code.
---
website/src/documentation/dsls/sql/walkthrough.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/documentation/dsls/sql/walkthrough.md
b/website/src/documentation/dsls/sql/walkthrough.md
index 93f8c3d..a114091 100644
--- a/website/src/documentation/dsls/sql/walkthrough.md
+++ b/website/src/documentation/dsls/sql/walkthrough.md
@@ -129,7 +129,7 @@ to either a single `PCollection` or a `PCollectionTuple`
which holds multiple
```java
// Create the schema for reviews
Schema reviewSchema =
- Schema.
+ Schema
.builder()
.addInt32Field("appId")
.addInt32Field("reviewerId")