Repository: beam-site Updated Branches: refs/heads/asf-site 0b8e34de4 -> f03fb601d
TikaIO JIRA number fix Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/1f78f640 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/1f78f640 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/1f78f640 Branch: refs/heads/asf-site Commit: 1f78f64026e26a714f0d4c22a48c676591782d6f Parents: 0b8e34d Author: sberyozkin <[email protected]> Authored: Wed May 24 21:27:21 2017 +0100 Committer: GitHub <[email protected]> Committed: Wed May 24 21:27:21 2017 +0100 ---------------------------------------------------------------------- src/documentation/io/built-in.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/1f78f640/src/documentation/io/built-in.md ---------------------------------------------------------------------- diff --git a/src/documentation/io/built-in.md b/src/documentation/io/built-in.md index 3bb5343..cdc57ae 100644 --- a/src/documentation/io/built-in.md +++ b/src/documentation/io/built-in.md @@ -124,4 +124,8 @@ This table contains I/O transforms that are currently planned or in-progress. St <td>RestIO</td><td>Java</td> <td><a href="https://issues.apache.org/jira/browse/BEAM-1946">BEAM-1946</a></td> </tr> + <tr> + <td>TikaIO</td><td>Java</td> + <td><a href="https://issues.apache.org/jira/browse/BEAM-2328">BEAM-2328</a></td> + </tr> </table>
