[beam] branch master updated (0389f54 -> 56c15b9)

2020-03-20 Thread pabloem
This is an automated email from the ASF dual-hosted git repository. pabloem pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 0389f54 Merge pull request #11173 [BEAM-9558] Add explicit end bit for data channel. add 56c15b9 Merge pull re

[GitHub] [beam] robertwb commented on a change in pull request #11184: [WIP][BEAM-4374] Update protos related to MonitoringInfo.

2020-03-20 Thread GitBox
robertwb commented on a change in pull request #11184: [WIP][BEAM-4374] Update protos related to MonitoringInfo. URL: https://github.com/apache/beam/pull/11184#discussion_r395933271 ## File path: model/pipeline/src/main/proto/metrics.proto ## @@ -229,101 +215,127 @@ messag

[beam] branch master updated (56c15b9 -> 0351b49)

2020-03-20 Thread udim
This is an automated email from the ASF dual-hosted git repository. udim pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 56c15b9 Merge pull request #11153 from [BEAM-9537] Adding a new module for FnApiRunner add 636de82 [BEAM-8280] En

[GitHub] [beam] davidyan74 commented on a change in pull request #11174: [BEAM-7923] Pop failed transform when error is raised

2020-03-20 Thread GitBox
davidyan74 commented on a change in pull request #11174: [BEAM-7923] Pop failed transform when error is raised URL: https://github.com/apache/beam/pull/11174#discussion_r395933604 ## File path: sdks/python/apache_beam/pipeline.py ## @@ -307,58 +307,61 @@ def _replace_if_ne

[GitHub] [beam] udim merged pull request #10717: [BEAM-8280] Enable type hint annotations

2020-03-20 Thread GitBox
udim merged pull request #10717: [BEAM-8280] Enable type hint annotations URL: https://github.com/apache/beam/pull/10717 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [beam] youngoli opened a new pull request #11188: [BEAM-3301] Adding restriction trackers and validation.

2020-03-20 Thread GitBox
youngoli opened a new pull request #11188: [BEAM-3301] Adding restriction trackers and validation. URL: https://github.com/apache/beam/pull/11188 Adding RTrackers as an interface, and adding them to the SDF validation. I think this is the last real code involved in SDF validation, as

[GitHub] [beam] youngoli commented on issue #11188: [BEAM-3301] Adding restriction trackers and validation.

2020-03-20 Thread GitBox
youngoli commented on issue #11188: [BEAM-3301] Adding restriction trackers and validation. URL: https://github.com/apache/beam/pull/11188#issuecomment-601956825 Run Go PostCommit This is an automated message from the Apache

[GitHub] [beam] ibzib opened a new pull request #11189: [BEAM-9446] Retain unknown arguments when using uber jar job server.

2020-03-20 Thread GitBox
ibzib opened a new pull request #11189: [BEAM-9446] Retain unknown arguments when using uber jar job server. URL: https://github.com/apache/beam/pull/11189 See #11052 for context. Thank you for your contribution! Follow this checklist to help us incor

[GitHub] [beam] robertwb commented on a change in pull request #11184: [WIP][BEAM-4374] Update protos related to MonitoringInfo.

2020-03-20 Thread GitBox
robertwb commented on a change in pull request #11184: [WIP][BEAM-4374] Update protos related to MonitoringInfo. URL: https://github.com/apache/beam/pull/11184#discussion_r395933544 ## File path: model/pipeline/src/main/proto/metrics.proto ## @@ -229,121 +330,148 @@ messag

[GitHub] [beam] robertwb commented on a change in pull request #11184: [WIP][BEAM-4374] Update protos related to MonitoringInfo.

2020-03-20 Thread GitBox
robertwb commented on a change in pull request #11184: [WIP][BEAM-4374] Update protos related to MonitoringInfo. URL: https://github.com/apache/beam/pull/11184#discussion_r395935001 ## File path: model/pipeline/src/main/proto/metrics.proto ## @@ -229,101 +215,127 @@ messag

[GitHub] [beam] robertwb commented on a change in pull request #11184: [WIP][BEAM-4374] Update protos related to MonitoringInfo.

2020-03-20 Thread GitBox
robertwb commented on a change in pull request #11184: [WIP][BEAM-4374] Update protos related to MonitoringInfo. URL: https://github.com/apache/beam/pull/11184#discussion_r395936249 ## File path: model/pipeline/src/main/proto/metrics.proto ## @@ -52,38 +55,157 @@ message A

[GitHub] [beam] ibzib commented on issue #11189: [BEAM-9446] Retain unknown arguments when using uber jar job server.

2020-03-20 Thread GitBox
ibzib commented on issue #11189: [BEAM-9446] Retain unknown arguments when using uber jar job server. URL: https://github.com/apache/beam/pull/11189#issuecomment-601960942 Run PortableJar_Flink PostCommit This is an automated

[GitHub] [beam] robertwb commented on a change in pull request #11185: [BEAM-8019] Some generalizations to support cross-language transforms.

2020-03-20 Thread GitBox
robertwb commented on a change in pull request #11185: [BEAM-8019] Some generalizations to support cross-language transforms. URL: https://github.com/apache/beam/pull/11185#discussion_r395944033 ## File path: sdks/python/apache_beam/coders/coders.py ## @@ -1383,22 +1377,67

[GitHub] [beam] robertwb commented on a change in pull request #11185: [BEAM-8019] Some generalizations to support cross-language transforms.

2020-03-20 Thread GitBox
robertwb commented on a change in pull request #11185: [BEAM-8019] Some generalizations to support cross-language transforms. URL: https://github.com/apache/beam/pull/11185#discussion_r395944333 ## File path: sdks/python/apache_beam/pipeline.py ## @@ -1127,30 +1133,79 @@ d

[GitHub] [beam] jaketf commented on a change in pull request #11151: [BEAM-9468] Hl7v2 io

2020-03-20 Thread GitBox
jaketf commented on a change in pull request #11151: [BEAM-9468] Hl7v2 io URL: https://github.com/apache/beam/pull/11151#discussion_r395946114 ## File path: sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/HL7v2IO.java ## @@ -0,0 +1,6

[GitHub] [beam] udim commented on issue #10914: [BEAM-8078] streaming_wordcount_debugging.py is missing a test

2020-03-20 Thread GitBox
udim commented on issue #10914: [BEAM-8078] streaming_wordcount_debugging.py is missing a test URL: https://github.com/apache/beam/pull/10914#issuecomment-601976548 run python 3.7 postcommit This is an automated message from

[GitHub] [beam] udim commented on issue #10914: [BEAM-8078] streaming_wordcount_debugging.py is missing a test

2020-03-20 Thread GitBox
udim commented on issue #10914: [BEAM-8078] streaming_wordcount_debugging.py is missing a test URL: https://github.com/apache/beam/pull/10914#issuecomment-601976783 will merge once I get postcommit to run this test and verify it passes --

[GitHub] [beam] suztomo commented on issue #11168: [BEAM-9542] Limit and clarify the effect of "force" in Java build

2020-03-20 Thread GitBox
suztomo commented on issue #11168: [BEAM-9542] Limit and clarify the effect of "force" in Java build URL: https://github.com/apache/beam/pull/11168#issuecomment-601987472 Because the effect of `force` is only for tests. The compileJava configuration still fetches the latest google-cloud-ap

[GitHub] [beam] suztomo edited a comment on issue #11168: [BEAM-9542] Limit and clarify the effect of "force" in Java build

2020-03-20 Thread GitBox
suztomo edited a comment on issue #11168: [BEAM-9542] Limit and clarify the effect of "force" in Java build URL: https://github.com/apache/beam/pull/11168#issuecomment-601987472 Because the effect of `force` is only for tests. The compileJava configuration still fetches the latest google-a

[GitHub] [beam] suztomo edited a comment on issue #11168: [BEAM-9542] Limit and clarify the effect of "force" in Java build

2020-03-20 Thread GitBox
suztomo edited a comment on issue #11168: [BEAM-9542] Limit and clarify the effect of "force" in Java build URL: https://github.com/apache/beam/pull/11168#issuecomment-601987472 Because the effect of `force` is only for tests. The compileJava configuration still fetches the latest google-a

<    1   2   3