You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by jo...@apache.org on 2018/10/17 01:13:19 UTC

[incubator-nemo] 02/14: Merge branch '82-beam-sql-simple' into tpch

This is an automated email from the ASF dual-hosted git repository.

johnyangk pushed a commit to branch tpch-fix
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git

commit c6cf3dbeafae69ab2bde22bdae28312070edfbb6
Merge: 10470a0 848ac5b
Author: John Yang <jo...@gmail.com>
AuthorDate: Sun Sep 9 10:35:50 2018 +0900

    Merge branch '82-beam-sql-simple' into tpch

 .../compiler/frontend/beam/NemoPipelineResult.java |  11 ++-
 .../compiler/frontend/beam/PipelineTranslator.java | 107 +++++++++++++--------
 examples/beam/pom.xml                              |   5 +
 .../apache/nemo/examples/beam/SimpleSumSQL.java    |  89 +++++++++++++++++
 .../nemo/examples/beam/BeamSimpleSumSQLITCase.java |  68 +++++++++++++
 examples/resources/expected_output_simplesql       |   1 +
 6 files changed, 239 insertions(+), 42 deletions(-)