You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by vikkyrk <gi...@git.apache.org> on 2016/10/26 22:46:14 UTC

[GitHub] incubator-beam pull request #1198: Merge python-sdk branch with master

GitHub user vikkyrk opened a pull request:

    https://github.com/apache/incubator-beam/pull/1198

    Merge python-sdk branch with master

    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`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [ ] 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.txt).
    
    ---


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

    $ git pull https://github.com/vikkyrk/incubator-beam py_merge_master

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

    https://github.com/apache/incubator-beam/pull/1198.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 #1198
    
----
commit 1d3f31da7ee9769200e8a93ec3626cd4cd636f67
Author: Pei He <pe...@google.com>
Date:   2016-10-10T21:30:30Z

    [BEAM-736] Fix BigQueryTornadoesIT, broken by PR-1039

commit daf69f87e7271b2620e9bc023a8a360a485f856a
Author: Luke Cwik <lc...@google.com>
Date:   2016-10-11T00:28:52Z

    [BEAM-736] Fix BigQueryTornadoesIT, broken by PR-1039
    
    This closes #1078

commit 89cfee06f310c8137c3822d0096eadd359f5b8a2
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Date:   2016-10-10T19:15:04Z

    Define DataSourceConfiguration as public in JdbcIO

commit 6c8821682f45f4361392c9da0756076ec5d0966f
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Date:   2016-10-11T06:35:39Z

    This closes #1075

commit 8017a02597e260dd9e3306fba5165385e078c645
Author: manuzhang <ow...@gmail.com>
Date:   2016-10-10T11:38:35Z

    [BEAM-740] improve runners-flink README.md

commit 1de6439f14f3a1716427f10606d89a29413367d9
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Date:   2016-10-11T07:57:57Z

    [BEAM-740] This closes #1082

commit e195237df4607b5e92dbced7bde32ad526f1b63e
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-10T21:59:54Z

    Remove unused ListOutputManager

commit 48a7a55843115be55158cfce4663506bcab3f82a
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-10T22:01:41Z

    Inline DoFnRunnerBase to its sole subclass

commit bac00e1a4e0bd7a223f4645e438848c22b830ce1
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-10T22:04:42Z

    Fix access levels on SimpleDoFnRunner

commit 9fab4ba51a1eec2b171f36cb868bb71f352eaec4
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-11T22:09:54Z

    This closes #1080

commit 7c2124ba4a83add6c0c3c8caff85e6633792033a
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-11T22:41:26Z

    This closes #1069

commit 9e30a989dddb95854e0c403d58c1b5fb137ee720
Author: Dan Halperin <dh...@google.com>
Date:   2016-10-06T03:24:00Z

    checkstyle: improve Javadoc checking
    
    * Enable JavadocParagraph, which gives a consistent style in how we format paragraphs.
      This caught a LOT of missing tags and other issues.
    
    * This also caught a lot of HTML issues that led to mis-rendering Javadoc.

commit 135790bc97e84b79d4b6d3728b86961fa738a212
Author: Dan Halperin <dh...@google.com>
Date:   2016-10-11T23:39:15Z

    Closes #1060

commit 7c1ba2e1062556ac98b29f5bb4f5b75a7e7832e2
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-08-05T03:50:28Z

    Refactor StateSpec out of StateTag

commit 1ab5d00e78a124d297c45edc8c6b55d7c2683543
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-10T20:22:02Z

    Remove last use of PCollectionView.fromIterableInternal

commit 02cfaf0cc2338616da35de8403365c7d76c266d4
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-10T20:45:58Z

    Remove the deprecated PCollectionView.fromIterableInternal

commit 1affcccd4f4dafa0c6c6ec2360c5fbcdf55247ce
Author: Pei He <pe...@google.com>
Date:   2016-10-11T22:56:58Z

    Disable trimStackTrace in maven-failsafe-plugin

commit 4f991fd828b0d03556fee7029a1d19657af318ed
Author: Luke Cwik <lc...@google.com>
Date:   2016-10-12T15:22:12Z

    [BEAM-739] Log exceptions full stack track in IT tests
    
    This closes #1079

commit 2b22d003dabb7fddabdc8aaea872478fe13d407a
Author: Rafal Wojdyla <ra...@spotify.com>
Date:   2016-10-03T18:02:59Z

    Add compression codec for AvroIO.Write
    
    BEHAVIOUR CHANGE: prior to this change Avro output would not use
    compression. Starting from this commit, by default Avro output is
    compressed using deflate codec (level 6).

commit 142229e3719952451ef9a65c4cfc77c2d27520fd
Author: Dan Halperin <dh...@google.com>
Date:   2016-10-12T16:35:49Z

    Closes #1038

commit bc9ed7dbd9da9f7addc365ad511b106cfcc69b01
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-12T17:17:28Z

    This closes #1044

commit 1f1d85241e423104e4619164678d57602c77f834
Author: Thomas Groh <tg...@google.com>
Date:   2016-10-12T16:21:33Z

    Remove Debug Message when Delivering Timers

commit 7675035bede78fde164dcdeb75feb63083ae0d4b
Author: Dan Halperin <dh...@google.com>
Date:   2016-10-12T18:04:57Z

    Closes #1085

commit 4d10f86cfb26ba7c765e8130ea561c78ebabe52d
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-12T18:27:24Z

    This closes #1076

commit c561cd9c1be6e77568b129792ace3d8d52bc329b
Author: Dan Halperin <dh...@google.com>
Date:   2016-09-27T05:43:40Z

    Minor rewording to drop Dataflow from Beam SDK core

commit e2868d6874f1a0dd5971328f84049277001ef412
Author: Dan Halperin <dh...@google.com>
Date:   2016-10-13T00:11:05Z

    Closes #1016

commit 251e3e1ef2868b9901be3dbd27793b613855704a
Author: Eugene Kirpichov <ki...@google.com>
Date:   2016-09-29T00:29:11Z

    Converts Datastore to use AutoValue

commit a5d12936158f5725a12a7f1f23eb90f86c4e68b1
Author: Dan Halperin <dh...@google.com>
Date:   2016-10-13T00:12:33Z

    Closes #1031

commit a0a24883737850052f54290255780e868c0b63dc
Author: Eugene Kirpichov <ki...@google.com>
Date:   2016-08-12T00:13:53Z

    [BEAM-65] SplittableDoFn prototype.
    
    Work in progress. Currently only runs in direct runner,
    and not ready for any use by real users.

commit 13b45895eb13cd48557472463404bd097d7097d7
Author: bchambers <bc...@google.com>
Date:   2016-10-13T00:29:21Z

    Closes #896

----


---
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] incubator-beam pull request #1198: Merge python-sdk branch with master

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

    https://github.com/apache/incubator-beam/pull/1198


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