From commits-return-308-archive-asf-public=cust-asf.ponee.io@nemo.apache.org Wed Oct 17 03:13:19 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 13284180674 for ; Wed, 17 Oct 2018 03:13:18 +0200 (CEST) Received: (qmail 67029 invoked by uid 500); 17 Oct 2018 01:13:18 -0000 Mailing-List: contact commits-help@nemo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nemo.apache.org Delivered-To: mailing list commits@nemo.apache.org Received: (qmail 67007 invoked by uid 99); 17 Oct 2018 01:13:18 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2018 01:13:18 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 64B44825A8; Wed, 17 Oct 2018 01:13:17 +0000 (UTC) Date: Wed, 17 Oct 2018 01:13:19 +0000 To: "commits@nemo.apache.org" Subject: [incubator-nemo] 02/14: Merge branch '82-beam-sql-simple' into tpch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: johnyangk@apache.org In-Reply-To: <153973879710.2264.11572187070349733362@gitbox.apache.org> References: <153973879710.2264.11572187070349733362@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-nemo X-Git-Refname: refs/heads/tpch-fix X-Git-Reftype: branch X-Git-Rev: c6cf3dbeafae69ab2bde22bdae28312070edfbb6 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20181017011317.64B44825A8@gitbox.apache.org> 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 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(-)