GitHub user aaltay opened a pull request:

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

    Merge master into python-sdk

    

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

    $ git pull https://github.com/aaltay/incubator-beam merger

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

    https://github.com/apache/beam/pull/1861.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 #1861
    
----
commit 038950df02fa553cbb91f57978efe125a9ebc80f
Author: Thomas Groh <[email protected]>
Date:   2016-12-08T22:33:36Z

    Add Parameters to finishSpecifying
    
    Remove the need to use getProducingTransformInternal in TypedPValue.
    
    Ensure that all nodes are finished specifying before a call to
    TransformHierarchy#visit. This ensures that all nodes are fully
    specified without requiring the Pipeline or Runner to do so explicitly.

commit b053be460c2e6ff486faed1b1a0996af63f93db2
Author: Thomas Groh <[email protected]>
Date:   2016-12-20T22:23:21Z

    Use CountingSource in ForceStreamingTest
    
    Removes the requirement to have a FakeUnboundedSource, plus the read is
    fully specified.

commit 7984fe3fc20160d2286433434190f35658aef158
Author: Thomas Groh <[email protected]>
Date:   2016-12-21T23:26:18Z

    This closes #1582

commit 50b192dcd80f52621ea252f60d62e91626a89596
Author: Pramod Immaneni <[email protected]>
Date:   2016-12-22T01:56:55Z

    BEAM-1203 Fixed exception when creating zip entries during Apex YARN launch

commit aebe0675683cb7777c06863ea61f53efcf7aa6d0
Author: Thomas Weise <[email protected]>
Date:   2016-12-22T02:49:08Z

    This closes #1684

commit 7bf86c70f43c798761533c6e921d5ae3f0b3ac9a
Author: Jean-Baptiste Onofré <[email protected]>
Date:   2016-09-12T16:49:36Z

    [BEAM-606] Create MqttIO

commit b7d8c2c205f37e11f2547b9a11fe3db2c8943204
Author: Jean-Baptiste Onofré <[email protected]>
Date:   2016-12-23T07:02:02Z

    [BEAM-606] This closes #971

commit d90c9e1485dccad85eb9db38945e274b39bf1774
Author: Pramod Immaneni <[email protected]>
Date:   2016-12-23T06:13:39Z

    Adding explicit dependency to specific version of httpclient needed by Apex 
runner

commit c2b27ff3063cc00868e43f429df0b9203d5a1883
Author: Thomas Weise <[email protected]>
Date:   2016-12-26T18:00:59Z

    This closes #1693

commit 321058ff1fb5c0900de5a14ff2013f3285531488
Author: Dan Halperin <[email protected]>
Date:   2016-12-21T23:32:38Z

    [BEAM-1201] Remove BoundedSource.producesSortedKeys
    
    Unused and unclear; for more information see the linked JIRA.

commit ae46f9a8759bfde5886d72d780eb64ba324967d1
Author: Dan Halperin <[email protected]>
Date:   2016-12-27T17:25:56Z

    Closes #1679

commit 8cb1ed5fa61816a5e27539e14e58995d4844de6e
Author: sammcveety <[email protected]>
Date:   2016-12-23T18:49:32Z

    [BEAM-551] Improve validation in PubSubIO

commit ccb8b82c868d16d65de57cbdcaff119a33785bbd
Author: Dan Halperin <[email protected]>
Date:   2016-12-27T17:35:47Z

    Closes #1696

commit a3c814dd61212efe2daac8a8d810e65dfdd9a3dc
Author: Davor Bonaci <[email protected]>
Date:   2016-12-27T20:59:15Z

    Remove "-incubating" from version identification
    
    This reverts commit 25215889381f7da61766054af68c84ffed4c0c71.

commit 260bc49afb28a62637a150aa3a73d2294017940a
Author: Davor Bonaci <[email protected]>
Date:   2016-12-27T21:00:09Z

    Update top-level NOTICE and remove incubating disclaimer

commit 88e749e55a04e7f0965bb3bf6fe3f327315dfbc2
Author: Davor Bonaci <[email protected]>
Date:   2016-12-27T21:03:53Z

    Update README to remove incubation information

commit 6b3c2f6a1e85734d85871196409f956c67ecff80
Author: Davor Bonaci <[email protected]>
Date:   2016-12-27T21:11:41Z

    Remove incubating references from examples

commit b0d863e52237f54fb5df2ab208735a74c87ceb31
Author: Davor Bonaci <[email protected]>
Date:   2016-12-27T21:14:01Z

    Update top-level pom.xml to remove incubation references

commit 8cfea766dfca84fe9ce647e521be485bb92022a9
Author: Davor Bonaci <[email protected]>
Date:   2016-12-27T21:17:22Z

    Update component READMEs to remove graduation information

commit 3b304fcfa7fef110f0a4ff861901fccd9166f309
Author: Davor Bonaci <[email protected]>
Date:   2016-12-27T21:20:30Z

    Remove incubation references from core SDK and archetypes

commit 5ba42cb251f3aef323d69a1ea42f0f1417893c5e
Author: Davor Bonaci <[email protected]>
Date:   2016-12-27T21:47:55Z

    Update Jenkins and Travis to remove incubation references

commit 339ae7df2e202441d33de780da1d681d8a6cabe7
Author: Davor Bonaci <[email protected]>
Date:   2016-12-28T00:49:15Z

    This closes #1701

commit cf3946e169833834e44fa271c0577f7cd5020bec
Author: Jason Kuster <[email protected]>
Date:   2016-12-27T20:21:09Z

    Convert options to public to fix private/public problem.
    
    Signed-off-by: Jason Kuster <[email protected]>

commit 6d7bbd3e102b3fbfcbe796d0e5d65899478c8674
Author: Davor Bonaci <[email protected]>
Date:   2016-12-28T06:04:23Z

    This closes #1700

commit f6838f99f8227177f8ee51da17f3a880487883c9
Author: Jean-Baptiste Onofré <[email protected]>
Date:   2016-12-28T14:11:58Z

    Minor improvement on the Kinesis package info (to be aligned with the other 
IOs in the generated Javadoc).

commit 178371ae33cdc55f0deed34e6d33710aeb0e0ad3
Author: Davor Bonaci <[email protected]>
Date:   2016-12-28T16:26:30Z

    This closes #1707

commit b538574bc6ac03a629be5034799c1021ee6dd3b0
Author: Stas Levin <[email protected]>
Date:   2016-12-21T15:58:35Z

    [BEAM-1186] Broke AvroIOGeneratedClassTest into 2 parametrised test classes 
that support TestPipeline as a JUnit rule.

commit 3aaa1e3f4dfa51e595ecccae7f9afe40eb95a664
Author: Stas Levin <[email protected]>
Date:   2016-12-21T21:00:39Z

    [BEAM-1186] Broke ApproximateUniqueTest into 3 test classes that support 
TestPipeline as a JUnit rule.

commit 9faa5abae4a58eb52efe37f3c29d691f016c2595
Author: Stas Levin <[email protected]>
Date:   2016-12-21T21:21:11Z

    [BEAM-1186] Broke SampleTest into 2 test classes that support TestPipeline 
as a JUnit rule.

commit 67ecb0ae23420b2b261fa220997814b47a0f726e
Author: Stas Levin <[email protected]>
Date:   2016-12-21T21:32:27Z

    [BEAM-1186] Migrated BigtableIOTest to use TestPipeline as a JUnit rule by 
stabilizing runReadTest's (read) transform name.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to