You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jbonofre <gi...@git.apache.org> on 2017/06/07 15:20:18 UTC

[GitHub] beam pull request #3311: Sql rebase

GitHub user jbonofre opened a pull request:

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

    Sql rebase

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`.
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] 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/jbonofre/beam SQL_REBASE

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

    https://github.com/apache/beam/pull/3311.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 #3311
    
----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #3311: Sql rebase

Posted by jbonofre <gi...@git.apache.org>.
Github user jbonofre closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #3311: Sql rebase

Posted by jbonofre <gi...@git.apache.org>.
GitHub user jbonofre reopened a pull request:

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

    Sql rebase

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`.
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] 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/jbonofre/beam SQL_REBASE

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

    https://github.com/apache/beam/pull/3311.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 #3311
    
----
commit 5ac24e0a89b95feafccbe381bdde9c11fdf82a88
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-22T22:44:17Z

    Implement StepContext directly in the DirectRunner

commit 32c6cb160f42e401f3e170cc8ed18d76c627d3e4
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-22T23:26:00Z

    Remove writePCollectionViewData from the Beam codebase

commit 0be3cf3462c19f0b007b2329c95ea4865d22cad5
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-22T23:50:41Z

    Inline and delete BaseExecutionContext

commit 97c230af62151fdbe06ac622282d69c74db30b2f
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T00:33:38Z

    Delete unused ExecutionContext

commit acce24ce1388b7953fbb9d87da5bb2271286c58a
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T00:42:10Z

    Remove unused StepContext name methods

commit dc585510e6b4def3a0442114d77e96f2b5d4880f
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T00:46:12Z

    Delete unused remnants in DirectExecutionContext

commit 62115b29a7f27a1a74b7c870d4277655adb3dfbf
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T00:46:58Z

    Delete unused BaseStepContext

commit 0dc0334a0c1350c1693019f104dac911a618c9c8
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T00:49:01Z

    Shorten excessive name in DirectExecutionContext

commit d425b2792f754ed6150f7b47eddf743286a45401
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T18:10:42Z

    Revise StepContext javadoc

commit b32a1c350398a91b1b1552d5257dab6ab7d1da3a
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T18:13:19Z

    Remove unused pieces of DirectStepContext

commit c84d3da386e2b5a8d12ac02d44c50c1e102508c4
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T18:17:35Z

    This closes #3203: Eliminate ExecutionContext and strip down StepContext to what we actually need
    
      Remove unused pieces of DirectStepContext
      Revise StepContext javadoc
      Shorten excessive name in DirectExecutionContext
      Delete unused BaseStepContext
      Delete unused remnants in DirectExecutionContext
      Remove unused StepContext name methods
      Delete unused ExecutionContext
      Inline and delete BaseExecutionContext
      Remove writePCollectionViewData from the Beam codebase
      Implement StepContext directly in the DirectRunner
      Remove extraneous ExecutionContext parameter to BaseStepContext
      Move BaseStepContext to the top level
      Rename BaseExecutionContext.StepContext to BaseStepContext
      Remove StepContext.noteOutput
      Move StepContext to top level

commit 329e4bd3bfa3414b661c8253f612f48527c783c0
Author: Ahmet Altay <al...@google.com>
Date:   2017-05-23T17:42:54Z

    Fix lint error in datastoreio_test

commit 774d8972e582fe272686fb699cde0006a58a846f
Author: Ahmet Altay <al...@google.com>
Date:   2017-05-23T19:28:47Z

    This closes #3209

commit 2e86f4faf9cba1fc15969f3c1f3c3463a332f7ca
Author: Sourabh Bajaj <so...@google.com>
Date:   2017-05-23T20:24:27Z

    [BEAM-2338] Fix the limit counter in gcsio reads

commit 4ec3366d63926e2c16270cfde17b7088e1400578
Author: chamikara@google.com <ch...@google.com>
Date:   2017-05-23T22:15:16Z

    This closes #3210

commit 940819e2acccb8d77b88aaee821ee972aca02eb3
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:26:44Z

    Rename PCollections to PCollectionTranslation
    
    This is to give a standard and obvious suffix for all our helper classes
    for translating to/from Runner API protos.

commit 9b6728e24748791b7181b20183df3ada31f45682
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:28:08Z

    Rename PTransforms to PTransformTranslation

commit 446093836016dabf021d34ca0a858e313f493e2f
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:28:49Z

    Rename ParDos to ParDoTranslation

commit bc4f44f46ca6afc0018834eb467b1112763c3323
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:29:16Z

    Rename WindowIntoTranslator to WindowIntoTranslation

commit b35e91d4ed99b74d37a08a1385018b4ca326b3a0
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:30:22Z

    Rename ReadTranslator to ReadTranslation

commit 7e37b70317bd06f300a5423cc4cb76a06c3955c3
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:31:49Z

    Rename Coders to CoderTranslation

commit c8b2119ab9a75c7f781ce73ea9352734640a6f46
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:32:47Z

    Rename WindowingStrategies to WindowingStrategyTranslation

commit 4fa38e2d590cc4472c119b57790f7a724a700e43
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T22:33:33Z

    Rename Triggers to TriggerTranslation

commit efc8f425317c9c54912c78af8fbbe55586aafc1b
Author: Ahmet Altay <al...@google.com>
Date:   2017-05-22T23:40:09Z

    upgrading python sdk dependencies

commit 924dd63353ed6d44b937d0b0cbdd2c8bcd8c9716
Author: Ahmet Altay <al...@google.com>
Date:   2017-05-23T23:21:27Z

    This closes #3202

commit 7fb2938e66e48160e9df878ccf9d0c2a67790151
Author: Borisa Zivkovic <bo...@huawei.com>
Date:   2017-05-16T13:16:07Z

    Do not ever shrink allowed lateness
    
    This does not seem to have any use except to cause data loss.

commit 6dd5585b3826b879b0c4a23d728b9cff2c2c1a70
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-24T18:16:05Z

    This closes #3163: [BEAM-163] Warn the user when a PCollection (via Window.into) has smaller allowe...
    
      Do not ever shrink allowed lateness

commit 6a792f3251904f191ff27e58bb9bb78b9c30fdd9
Author: Daniel Mills <mi...@google.com>
Date:   2017-05-08T23:45:44Z

    Adds large key tests to GroupByKeyTest

commit 6418bcfcb7793ebd42213c03ab7ad65944960ab9
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-24T19:46:17Z

    This closes #2979: Adds large key tests to GroupByKeyTest

commit 5b899a8518cc8910f0a855303c14088d72b332e5
Author: Thomas Groh <tg...@google.com>
Date:   2017-05-18T17:23:16Z

    Add CombineTranslation
    
    This translates Combines to CombinePayloads and back

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #3311: Sql rebase

Posted by jbonofre <gi...@git.apache.org>.
Github user jbonofre closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---