[
https://issues.apache.org/jira/browse/BEAM-4479?focusedWorklogId=109601&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-109601
]
ASF GitHub Bot logged work on BEAM-4479:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jun/18 03:19
Start Date: 07/Jun/18 03:19
Worklog Time Spent: 10m
Work Description: asfgit closed pull request #459: [BEAM-4479] Fixed
document for Coder
URL: https://github.com/apache/beam-site/pull/459
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/content/documentation/programming-guide/index.html
b/content/documentation/programming-guide/index.html
index 1fc81dac2..03aada34e 100644
--- a/content/documentation/programming-guide/index.html
+++ b/content/documentation/programming-guide/index.html
@@ -2429,8 +2429,7 @@ <h3 id="default-coders-and-the-coderregistry">6.2.
Default coders and the CoderR
<h4 id="default-coder-lookup">6.2.1. Looking up a default coder</h4>
-<p class="language-java">You can use the method <code
class="highlighter-rouge">CoderRegistry.getDefaultCoder</code> to determine the
default
-Coder for a Java type. You can access the <code
class="highlighter-rouge">CoderRegistry</code> for a given pipeline
+<p class="language-java">You can use the method <code
class="highlighter-rouge">CoderRegistry.getCoder</code> to determine the
default Coder for a Java type. You can access the <code
class="highlighter-rouge">CoderRegistry</code> for a given pipeline
by using the method <code
class="highlighter-rouge">Pipeline.getCoderRegistry</code>. This allows you to
determine
(or set) the default Coder for a Java type on a per-pipeline basis: i.e. “for
this pipeline, verify that Integer values are encoded using
----------------------------------------------------------------
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: 109601)
Time Spent: 1h 50m (was: 1h 40m)
> Fixed document for Coder
> ------------------------
>
> Key: BEAM-4479
> URL: https://issues.apache.org/jira/browse/BEAM-4479
> Project: Beam
> Issue Type: Improvement
> Components: website
> Reporter: Xin Wang
> Assignee: Xin Wang
> Priority: Minor
> Fix For: Not applicable
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> {code:java}CoderRegistry.getDefaultCoder{code} had been removed since
> release-2.0.0, however, the document wasn't updated. This patch fixed that.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)