Repository: beam-site Updated Branches: refs/heads/asf-site 973853241 -> 71dc72b80
add Beam SQL DSL to page 'work-in-progress' Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/676f6753 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/676f6753 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/676f6753 Branch: refs/heads/asf-site Commit: 676f67533790a25f8c5734b28614bd8b73e51c50 Parents: 9738532 Author: mingmxu <[email protected]> Authored: Tue Apr 25 14:25:00 2017 -0700 Committer: mingmxu <[email protected]> Committed: Tue Apr 25 14:25:00 2017 -0700 ---------------------------------------------------------------------- content/contribute/work-in-progress/index.html | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/676f6753/content/contribute/work-in-progress/index.html ---------------------------------------------------------------------- diff --git a/content/contribute/work-in-progress/index.html b/content/contribute/work-in-progress/index.html index 90eff24..f2eeab1 100644 --- a/content/contribute/work-in-progress/index.html +++ b/content/contribute/work-in-progress/index.html @@ -192,6 +192,12 @@ <td>-</td> <td><a href="https://lists.apache.org/thread.html/e38ac4e4914a6cb1b865b1f32a6ca06c2be28ea4aa0f6b18393de66f@%3Cdev.beam.apache.org%3E">thread</a></td> </tr> + <tr> + <td>Beam SQL DSL</td> + <td><a href="https://github.com/apache/beam/tree/DSL_SQL">DSL_SQL</a></td> + <td><a href="https://issues.apache.org/jira/browse/BEAM/component/12332480">dsl-sql</a></td> + <td><a href="https://issues.apache.org/jira/browse/BEAM-301">BEAM-301</a></td> + </tr> </tbody> </table>
