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

[GitHub] beam pull request #3314: sync-up DSL_SQL from Master

GitHub user XuMingmin opened a pull request:

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

    sync-up DSL_SQL from Master

    pull latest code from `master` branch to `DSL_SQL` branch.


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

    $ git pull https://github.com/apache/beam master

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

    https://github.com/apache/beam/pull/3314.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 #3314
    
----
commit 465f4385b9e0004c468507b1f403c5a2af4bdbb0
Author: Thomas Groh <tg...@google.com>
Date:   2017-05-23T01:12:11Z

    This closes #3188

commit bb3db2acc07a61844a551ea9f793a0fcf4001878
Author: Thomas Groh <tg...@google.com>
Date:   2017-05-17T22:08:50Z

    Add WindowIntoTranslator
    
    This translates Window.Assign into a WindowIntoPayload.

commit 3c10c0bc89783fb6aebb0890ce2fdca2f1b4fb75
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T01:38:27Z

    This closes #3191: Add WindowIntoTranslator

commit a32bef96de6dbb4c413176ed5c0b34e4f1a8f221
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T01:46:30Z

    This closes #3201: Add ReadTranslator

commit 9da46fd053ef3e7538733d45cacad435c312e51b
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T02:02:56Z

    Fix compile error from bad merge

commit 3c0f599d64a7f57608f1c18b05f2ab036a8b02fc
Author: Colin Phipps <fi...@google.com>
Date:   2017-05-10T09:50:56Z

    Comply with byte limit for Datastore Commit.

commit 597b07e0d9fc3bbce68e06cd10b13ea204f2236f
Author: Ahmet Altay <al...@google.com>
Date:   2017-05-23T15:39:26Z

    This closes #3043

commit 6ed15278650c326cf58ec1f2aa37855dbfc204eb
Author: Jason Kuster <ja...@google.com>
Date:   2017-05-23T00:46:49Z

    Re-rename fat jar so that install doesn't install the bundled jar as the default jar.
    
    Signed-off-by: Jason Kuster <ja...@google.com>

commit 16ad7e9466544a5d8d67bd2aa35f4538f6e6a82c
Author: Dan Halperin <dh...@google.com>
Date:   2017-05-23T16:21:53Z

    This closes #3204

commit 94e619d4cbe90ee5d29af346c978d46ab567c951
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-23T03:27:52Z

    Revert "Include Additional PTransform inputs in Transform Nodes"
    
    This reverts commit 9336230d2a5c18bae89908bcd60db8ea96b7906d.
    
    It appears to break the BigQueryTornadoesIT.

commit d0601b30cc46796b887b4290d06b79dbef32c786
Author: Thomas Groh <tg...@google.com>
Date:   2017-05-23T16:30:39Z

    This closes #3206

commit 3a62b4f7b20bda2b3c4ca648f90988d387cfe20d
Author: Robert Bradshaw <ro...@gmail.com>
Date:   2017-05-19T00:22:25Z

    Automatically convert examples to use with syntax.

commit 474345f5987e47a22d063c7bfcb3638c85a57e64
Author: Robert Bradshaw <ro...@gmail.com>
Date:   2017-05-23T17:19:22Z

    Closes #3180

commit 98a75551064c742d108d8c5ec8fc0783db7761d2
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-22T22:28:44Z

    Move StepContext to top level

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

    Remove StepContext.noteOutput

commit 8b7a1f6dfe0ac33814a0b0c67f37f47ab449ec4b
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-22T22:34:37Z

    Rename BaseExecutionContext.StepContext to BaseStepContext

commit 59322d51e80e7480710a296f51a4cb65303f5e06
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-22T22:35:46Z

    Move BaseStepContext to the top level

commit 248c808a6603dc2c28a0b55296e0d596b8903a08
Author: Kenneth Knowles <kl...@google.com>
Date:   2017-05-22T22:36:41Z

    Remove extraneous ExecutionContext parameter to BaseStepContext

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

----


---
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 #3314: sync-up DSL_SQL from Master

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

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


---
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.
---