You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/14 08:02:00 UTC

[jira] [Commented] (BEAM-3182) [Nexmark][SQL] Implement supported queries

    [ https://issues.apache.org/jira/browse/BEAM-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16251048#comment-16251048 ] 

ASF GitHub Bot commented on BEAM-3182:
--------------------------------------

GitHub user akedin opened a pull request:

    https://github.com/apache/beam/pull/4129

    [BEAM-3182][Nexmark][SQL] Implement query 1

    This implements Nexmark query 1 in SQL.
    
    This PR is implemented in [1 commit](https://github.com/apache/beam/commit/2ab0b41e6afd1058be9b0ebcdc20518c3dae6cf6) but currently includes commits from the [previous PR](https://github.com/apache/beam/pull/4128) until that gets pulled in.
    
    [BEAM-3182](https://issues.apache.org/jira/browse/BEAM-3182) is a subtask of [BEAM-3147](https://issues.apache.org/jira/browse/BEAM-3147)
    
    Follow this checklist to help us incorporate your contribution quickly and easily:
    
     - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/projects/BEAM/issues/) filed for the change (usually before you start working on it).  Trivial changes like typos do not require a JIRA issue.  Your pull request should address just this issue, without pulling in other changes.
     - [ ] Each commit in the pull request should have a meaningful subject line and body.
     - [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA issue.
     - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
     - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
     - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
    
    ---


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/akedin/beam nexmark-sql-query1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/4129.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4129
    
----
commit 5d81ac0253726b036b7f1264e3719ee7507fedf7
Author: Anton Kedin <ke...@google.com>
Date:   2017-11-10T22:10:05Z

    [Nexmark][SQL] Add helper classes to map java models to BeamRecords

commit db74b7a9da863681b46f8562f681a59fc36ce3f9
Author: Anton Kedin <ke...@google.com>
Date:   2017-11-11T00:06:58Z

    [Nexmark][SQL] Implement sql query 0

commit 050bdab2afe544b8a5c58bfe1dfe1914a9820c8f
Author: Anton Kedin <ke...@google.com>
Date:   2017-11-14T05:29:49Z

    [Nexmark][SQL] Unit test for SqlQuery0

commit 2ab0b41e6afd1058be9b0ebcdc20518c3dae6cf6
Author: Anton Kedin <ke...@google.com>
Date:   2017-11-14T04:32:30Z

    [Nexmark][SQL] Implement Query1

----


> [Nexmark][SQL] Implement supported queries
> ------------------------------------------
>
>                 Key: BEAM-3182
>                 URL: https://issues.apache.org/jira/browse/BEAM-3182
>             Project: Beam
>          Issue Type: Sub-task
>          Components: dsl-sql
>            Reporter: Anton Kedin
>            Assignee: Anton Kedin
>
> Implement all queries which can be run with current SQL features and Nexmark infrastructure.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)