[
https://issues.apache.org/jira/browse/BEAM-5803?focusedWorklogId=156578&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-156578
]
ASF GitHub Bot logged work on BEAM-5803:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Oct/18 20:33
Start Date: 20/Oct/18 20:33
Worklog Time Spent: 10m
Work Description: akedin closed pull request #6766: [BEAM-5803] Fix
out-of-dated API in BeamSQL walkthrough doc
URL: https://github.com/apache/beam/pull/6766
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/website/src/documentation/dsls/sql/walkthrough.md
b/website/src/documentation/dsls/sql/walkthrough.md
index 8b8cec7370e..93f8c3da531 100644
--- a/website/src/documentation/dsls/sql/walkthrough.md
+++ b/website/src/documentation/dsls/sql/walkthrough.md
@@ -64,7 +64,7 @@ A `PCollection<Row>` can be obtained multiple ways, for
example:
.in(p)
.apply(Create
.of(row)
- .withCoder(appSchema.getRowCoder()));
+ .withCoder(RowCoder.of(appSchema)));
```
- **From a `PCollection<T>` of records of some other type** (i.e. `T` is
not already a `Row`), by applying a `ParDo` that converts input records to
`Row` format:
```java
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 156578)
Time Spent: 0.5h (was: 20m)
> Fix BeamSQL walkthrough doc
> ---------------------------
>
> Key: BEAM-5803
> URL: https://issues.apache.org/jira/browse/BEAM-5803
> Project: Beam
> Issue Type: Bug
> Components: dsl-sql
> Reporter: Rui Wang
> Assignee: Rui Wang
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)