[GitHub] [beam] tvalentyn commented on pull request #11726: [BEAM-9819] Updates google-apitools and httplib2

2020-05-15 Thread GitBox
tvalentyn commented on pull request #11726: URL: https://github.com/apache/beam/pull/11726#issuecomment-629590663 R: @chamikaramj This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] youngoli merged pull request #11728: [BEAM-9951] Creating a synthetic step for the Go SDK.

2020-05-15 Thread GitBox
youngoli merged pull request #11728: URL: https://github.com/apache/beam/pull/11728 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [beam] youngoli commented on a change in pull request #11728: [BEAM-9951] Creating a synthetic step for the Go SDK.

2020-05-15 Thread GitBox
youngoli commented on a change in pull request #11728: URL: https://github.com/apache/beam/pull/11728#discussion_r426104694 ## File path: sdks/go/pkg/beam/io/synthetic/step.go ## @@ -0,0 +1,191 @@ +// Licensed to the Apache Software Foundation (ASF) under one or more +//

[GitHub] [beam] youngoli commented on a change in pull request #11728: [BEAM-9951] Creating a synthetic step for the Go SDK.

2020-05-15 Thread GitBox
youngoli commented on a change in pull request #11728: URL: https://github.com/apache/beam/pull/11728#discussion_r426103916 ## File path: sdks/go/pkg/beam/io/synthetic/step.go ## @@ -0,0 +1,191 @@ +// Licensed to the Apache Software Foundation (ASF) under one or more +//

[GitHub] [beam] ibzib opened a new pull request #11729: [DO NOT MERGE] Add blog post announcing the Beam 2.21.0 release.

2020-05-15 Thread GitBox
ibzib opened a new pull request #11729: URL: https://github.com/apache/beam/pull/11729 This should not be merged until the 2.21.0 release is finalized. Thank you for your contribution! Follow this checklist to help us incorporate your contribution

[GitHub] [beam] ibzib merged pull request #11717: [BEAM-9136] Update doc about docker image license pulling

2020-05-15 Thread GitBox
ibzib merged pull request #11717: URL: https://github.com/apache/beam/pull/11717 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [beam] aaltay commented on pull request #11437: [BEAM-9770] Add BigQueryIO deadletter pattern

2020-05-15 Thread GitBox
aaltay commented on pull request #11437: URL: https://github.com/apache/beam/pull/11437#issuecomment-629549790 Run Java_Examples_Dataflow PreCommit This is an automated message from the Apache Git Service. To respond to the

[GitHub] [beam] aaltay commented on pull request #11437: [BEAM-9770] Add BigQueryIO deadletter pattern

2020-05-15 Thread GitBox
aaltay commented on pull request #11437: URL: https://github.com/apache/beam/pull/11437#issuecomment-629549669 Run Java_Examples_Dataflow PreCommit This is an automated message from the Apache Git Service. To respond to the

[GitHub] [beam] rehmanmuradali commented on pull request #11725: [BEAM-10015] Fix output timestamp on dataflow runner

2020-05-15 Thread GitBox
rehmanmuradali commented on pull request #11725: URL: https://github.com/apache/beam/pull/11725#issuecomment-629545286 LGTM. Thanks for taking care of it. This is an automated message from the Apache Git Service. To respond

[GitHub] [beam] lostluck commented on a change in pull request #11728: [BEAM-9951] Creating a synthetic step for the Go SDK.

2020-05-15 Thread GitBox
lostluck commented on a change in pull request #11728: URL: https://github.com/apache/beam/pull/11728#discussion_r426072025 ## File path: sdks/go/pkg/beam/io/synthetic/step.go ## @@ -0,0 +1,191 @@ +// Licensed to the Apache Software Foundation (ASF) under one or more +//

[GitHub] [beam] reuvenlax commented on pull request #11725: [BEAM-10015] Fix output timestamp on dataflow runner

2020-05-15 Thread GitBox
reuvenlax commented on pull request #11725: URL: https://github.com/apache/beam/pull/11725#issuecomment-629539505 run dataflow validatesrunner This is an automated message from the Apache Git Service. To respond to the

[GitHub] [beam] reuvenlax commented on pull request #11725: [BEAM-10015] Fix output timestamp on dataflow runner

2020-05-15 Thread GitBox
reuvenlax commented on pull request #11725: URL: https://github.com/apache/beam/pull/11725#issuecomment-629539400 R: @rehmanmuradali This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [beam] ibzib commented on a change in pull request #11708: [BEAM-9577] Artifact v2 support for uber jars.

2020-05-15 Thread GitBox
ibzib commented on a change in pull request #11708: URL: https://github.com/apache/beam/pull/11708#discussion_r426075525 ## File path: sdks/python/apache_beam/runners/portability/abstract_job_service.py ## @@ -288,6 +289,9 @@ def close(self): self._zipfile_handle.close()

[GitHub] [beam] kennknowles commented on a change in pull request #10946: [BEAM-9363] TUMBLE as TVF

2020-05-15 Thread GitBox
kennknowles commented on a change in pull request #10946: URL: https://github.com/apache/beam/pull/10946#discussion_r426073628 ## File path: sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/rel/BeamTableFunctionScanRel.java ## @@ -0,0 +1,162 @@

[GitHub] [beam] youngoli commented on pull request #11728: [BEAM-9951] Creating a synthetic step for the Go SDK.

2020-05-15 Thread GitBox
youngoli commented on pull request #11728: URL: https://github.com/apache/beam/pull/11728#issuecomment-629520803 R: @lostluck This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [beam] chamikaramj edited a comment on pull request #11039: [BEAM-9383] Staging Dataflow artifacts from environment

2020-05-15 Thread GitBox
chamikaramj edited a comment on pull request #11039: URL: https://github.com/apache/beam/pull/11039#issuecomment-629519752 Yes, I think we need this. Heejong, can you make the JIRA a blocker for beam 2.22 ? This is an

[GitHub] [beam] chamikaramj commented on pull request #11039: [BEAM-9383] Staging Dataflow artifacts from environment

2020-05-15 Thread GitBox
chamikaramj commented on pull request #11039: URL: https://github.com/apache/beam/pull/11039#issuecomment-629519752 Yes, I think we need this. Heejong, can you make the jar a blocker for beam 2.22 ? This is an automated

[GitHub] [beam] youngoli opened a new pull request #11728: [BEAM-9951] Creating a synthetic step for the Go SDK.

2020-05-15 Thread GitBox
youngoli opened a new pull request #11728: URL: https://github.com/apache/beam/pull/11728 Building off the synthetic source, adding a synthetic step. Still need to update the way the configs are built though. Thank you for your contribution! Follow

[GitHub] [beam] robertwb commented on a change in pull request #11708: [BEAM-9577] Artifact v2 support for uber jars.

2020-05-15 Thread GitBox
robertwb commented on a change in pull request #11708: URL: https://github.com/apache/beam/pull/11708#discussion_r426061393 ## File path: sdks/python/apache_beam/runners/portability/abstract_job_service.py ## @@ -313,39 +329,62 @@ def prepare(self): with

[GitHub] [beam] aaltay commented on pull request #11437: [BEAM-9770] Add BigQueryIO deadletter pattern

2020-05-15 Thread GitBox
aaltay commented on pull request #11437: URL: https://github.com/apache/beam/pull/11437#issuecomment-629507774 retest this please This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] ibzib opened a new pull request #11727: [DO NOT MERGE] Update Beam website to release 2.21.0.

2020-05-15 Thread GitBox
ibzib opened a new pull request #11727: URL: https://github.com/apache/beam/pull/11727 This PR should only be merged after the 2.21.0 release is finalized. Thank you for your contribution! Follow this checklist to help us incorporate your contribution

[GitHub] [beam] youngoli merged pull request #11665: [BEAM-9951] Creating a synthetic source for the Go SDK.

2020-05-15 Thread GitBox
youngoli merged pull request #11665: URL: https://github.com/apache/beam/pull/11665 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [beam] aaltay commented on pull request #11437: [BEAM-9770] Add BigQueryIO deadletter pattern

2020-05-15 Thread GitBox
aaltay commented on pull request #11437: URL: https://github.com/apache/beam/pull/11437#issuecomment-629504732 retest this please This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] chadrik commented on pull request #11070: [BEAM-8280] Blog post: Python typing changes

2020-05-15 Thread GitBox
chadrik commented on pull request #11070: URL: https://github.com/apache/beam/pull/11070#issuecomment-629498648 > Meanwhile, if you make suggestions I think that'd be easiest. (I hope) Done! This is an automated

[GitHub] [beam] chadrik commented on a change in pull request #11070: [BEAM-8280] Blog post: Python typing changes

2020-05-15 Thread GitBox
chadrik commented on a change in pull request #11070: URL: https://github.com/apache/beam/pull/11070#discussion_r426054969 ## File path: website/src/_posts/2020-03-06-python-typing.md ## @@ -0,0 +1,117 @@ +--- +layout: post +title: "Python SDK Typing Changes" +date:

[GitHub] [beam] chadrik commented on a change in pull request #11070: [BEAM-8280] Blog post: Python typing changes

2020-05-15 Thread GitBox
chadrik commented on a change in pull request #11070: URL: https://github.com/apache/beam/pull/11070#discussion_r426055296 ## File path: website/src/_posts/2020-03-06-python-typing.md ## @@ -0,0 +1,117 @@ +--- +layout: post +title: "Python SDK Typing Changes" +date:

[GitHub] [beam] chadrik commented on a change in pull request #11070: [BEAM-8280] Blog post: Python typing changes

2020-05-15 Thread GitBox
chadrik commented on a change in pull request #11070: URL: https://github.com/apache/beam/pull/11070#discussion_r426055142 ## File path: website/src/_posts/2020-03-06-python-typing.md ## @@ -0,0 +1,117 @@ +--- +layout: post +title: "Python SDK Typing Changes" +date:

[GitHub] [beam] rezarokni commented on pull request #11437: [BEAM-9770] Add BigQueryIO deadletter pattern

2020-05-15 Thread GitBox
rezarokni commented on pull request #11437: URL: https://github.com/apache/beam/pull/11437#issuecomment-629487986 added back the stuff removed by merge , so hopefully this can now go in. And then I will raise PR num two for the website changes.

[GitHub] [beam] tvalentyn removed a comment on pull request #11726: [BEAM-9819] Updates google-apitools and httplib2

2020-05-15 Thread GitBox
tvalentyn removed a comment on pull request #11726: URL: https://github.com/apache/beam/pull/11726#issuecomment-629478846 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [beam] tvalentyn removed a comment on pull request #11726: [BEAM-9819] Updates google-apitools and httplib2

2020-05-15 Thread GitBox
tvalentyn removed a comment on pull request #11726: URL: https://github.com/apache/beam/pull/11726#issuecomment-629478755 Run Python2 PostCommit This is an automated message from the Apache Git Service. To respond to the

[GitHub] [beam] rezarokni commented on pull request #11437: [BEAM-9770] Add BigQueryIO deadletter pattern

2020-05-15 Thread GitBox
rezarokni commented on pull request #11437: URL: https://github.com/apache/beam/pull/11437#issuecomment-629484336 Merge got rid of changes to snippits.java adding that back This is an automated message from the Apache Git

[GitHub] [beam] tvalentyn commented on pull request #11726: [BEAM-9819] Updates google-apitools and httplib2

2020-05-15 Thread GitBox
tvalentyn commented on pull request #11726: URL: https://github.com/apache/beam/pull/11726#issuecomment-629478942 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [beam] tvalentyn commented on pull request #11726: [BEAM-9819] Updates google-apitools and httplib2

2020-05-15 Thread GitBox
tvalentyn commented on pull request #11726: URL: https://github.com/apache/beam/pull/11726#issuecomment-629478755 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [beam] tvalentyn opened a new pull request #11726: [BEAM-9819] Updates google-apitools and httplib2

2020-05-15 Thread GitBox
tvalentyn opened a new pull request #11726: URL: https://github.com/apache/beam/pull/11726 Post-Commit Tests Status (on master branch) Lang | SDK | Apex | Dataflow | Flink |

[GitHub] [beam] pabloem merged pull request #11634: Change TestStreamImpl to a producer/consumer pattern

2020-05-15 Thread GitBox
pabloem merged pull request #11634: URL: https://github.com/apache/beam/pull/11634 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [beam] pabloem commented on pull request #11634: Change TestStreamImpl to a producer/consumer pattern

2020-05-15 Thread GitBox
pabloem commented on pull request #11634: URL: https://github.com/apache/beam/pull/11634#issuecomment-629477820 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [beam] pabloem merged pull request #11710: [BEAM-9964] Setting --workerCacheMB for Streaming Pipeline

2020-05-15 Thread GitBox
pabloem merged pull request #11710: URL: https://github.com/apache/beam/pull/11710 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [beam] pabloem commented on pull request #11710: [BEAM-9964] Setting --workerCacheMB for Streaming Pipeline

2020-05-15 Thread GitBox
pabloem commented on pull request #11710: URL: https://github.com/apache/beam/pull/11710#issuecomment-629476263 thanks @omarismail94 ! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [beam] pabloem merged pull request #11719: [BEAM-10001] Change the code block colors from grey to blue to increase the contrast between text and background

2020-05-15 Thread GitBox
pabloem merged pull request #11719: URL: https://github.com/apache/beam/pull/11719 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [beam] pabloem commented on pull request #11719: [BEAM-10001] Change the code block colors from grey to blue to increase the contrast between text and background

2020-05-15 Thread GitBox
pabloem commented on pull request #11719: URL: https://github.com/apache/beam/pull/11719#issuecomment-629456417 thank you @bntnam ! This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] tvalentyn commented on pull request #11707: [BEAM-9810] Add a Tox (precommit) suite for Python 3.8

2020-05-15 Thread GitBox
tvalentyn commented on pull request #11707: URL: https://github.com/apache/beam/pull/11707#issuecomment-629456098 re: > I didn't change py37-lint to py38-lint, because this requires updating dependencies (for example, our current version of pycodestyle doesn't support Python 3.8

[GitHub] [beam] ananvay commented on pull request #11720: [BEAM-9729] Ignore bundle registration requests.

2020-05-15 Thread GitBox
ananvay commented on pull request #11720: URL: https://github.com/apache/beam/pull/11720#issuecomment-629455295 LGTM. Thanks Robert! This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] robertwb commented on a change in pull request #11720: [BEAM-9729] Ignore bundle registration requests.

2020-05-15 Thread GitBox
robertwb commented on a change in pull request #11720: URL: https://github.com/apache/beam/pull/11720#discussion_r426020019 ## File path: sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnHarness.java ## @@ -206,18 +205,16 @@ public static void main(

[GitHub] [beam] pabloem commented on pull request #11710: [BEAM-9964] Setting --workerCacheMB for Streaming Pipeline

2020-05-15 Thread GitBox
pabloem commented on pull request #11710: URL: https://github.com/apache/beam/pull/11710#issuecomment-629454663 Run Java PreCommit This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] robertwb commented on a change in pull request #11720: [BEAM-9729] Ignore bundle registration requests.

2020-05-15 Thread GitBox
robertwb commented on a change in pull request #11720: URL: https://github.com/apache/beam/pull/11720#discussion_r426018974 ## File path: sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnHarness.java ## @@ -206,18 +205,16 @@ public static void main(

[GitHub] [beam] ananvay commented on pull request #11720: [BEAM-9729] Ignore bundle registration requests.

2020-05-15 Thread GitBox
ananvay commented on pull request #11720: URL: https://github.com/apache/beam/pull/11720#issuecomment-629447440 Thanks a lot Robert! Overall LGTM. Just a few minor comments, PTAL. This is an automated message from the Apache

[GitHub] [beam] ananvay commented on a change in pull request #11720: [BEAM-9729] Ignore bundle registration requests.

2020-05-15 Thread GitBox
ananvay commented on a change in pull request #11720: URL: https://github.com/apache/beam/pull/11720#discussion_r426013359 ## File path: sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnHarness.java ## @@ -206,18 +205,16 @@ public static void main(

[GitHub] [beam] ananvay commented on a change in pull request #11720: [BEAM-9729] Ignore bundle registration requests.

2020-05-15 Thread GitBox
ananvay commented on a change in pull request #11720: URL: https://github.com/apache/beam/pull/11720#discussion_r426012824 ## File path: sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnHarness.java ## @@ -206,18 +205,16 @@ public static void main(

[GitHub] [beam] apilloud merged pull request #11698: [BEAM-9522] Reject FULL JOIN ON false

2020-05-15 Thread GitBox
apilloud merged pull request #11698: URL: https://github.com/apache/beam/pull/11698 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [beam] apilloud commented on pull request #11698: [BEAM-9522] Reject FULL JOIN ON false

2020-05-15 Thread GitBox
apilloud commented on pull request #11698: URL: https://github.com/apache/beam/pull/11698#issuecomment-629438381 At very least you left comments on the bug. This is an automated message from the Apache Git Service. To

[GitHub] [beam] pabloem commented on pull request #11086: [BEAM-8910] Make custom BQ source read from Avro

2020-05-15 Thread GitBox
pabloem commented on pull request #11086: URL: https://github.com/apache/beam/pull/11086#issuecomment-629436995 Run Python 3.7 PostCommit This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [beam] boyuanzz commented on a change in pull request #11715: [BEAM-9977] Implement GrowableOffsetRangeTracker

2020-05-15 Thread GitBox
boyuanzz commented on a change in pull request #11715: URL: https://github.com/apache/beam/pull/11715#discussion_r425995961 ## File path: sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/splittabledofn/GrowableOffsetRangeTracker.java ## @@ -0,0 +1,103 @@ +/* + *

[GitHub] [beam] pabloem commented on pull request #11339: [BEAM-9468] Fhir io

2020-05-15 Thread GitBox
pabloem commented on pull request #11339: URL: https://github.com/apache/beam/pull/11339#issuecomment-629426161 retest this please This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] pabloem commented on pull request #11712: [BEAM-6950] Upgrade spotbugs to version 4.0.3

2020-05-15 Thread GitBox
pabloem commented on pull request #11712: URL: https://github.com/apache/beam/pull/11712#issuecomment-629425913 lgtm given that the we can get precommit to pass before merging This is an automated message from the Apache Git

[GitHub] [beam] TheNeuralBit commented on pull request #11272: [BEAM-9641] Support ZetaSQL DATE type as a Beam LogicalType

2020-05-15 Thread GitBox
TheNeuralBit commented on pull request #11272: URL: https://github.com/apache/beam/pull/11272#issuecomment-629422818 Run Java PreCommit This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [beam] reuvenlax commented on pull request #11725: Fix output timestamp on dataflow runner

2020-05-15 Thread GitBox
reuvenlax commented on pull request #11725: URL: https://github.com/apache/beam/pull/11725#issuecomment-629422623 run dataflow validatesrunner This is an automated message from the Apache Git Service. To respond to the

[GitHub] [beam] reuvenlax opened a new pull request #11725: Fix output timestamp on dataflow runner

2020-05-15 Thread GitBox
reuvenlax opened a new pull request #11725: URL: https://github.com/apache/beam/pull/11725 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [beam] ibzib commented on a change in pull request #11708: [BEAM-9577] Artifact v2 support for uber jars.

2020-05-15 Thread GitBox
ibzib commented on a change in pull request #11708: URL: https://github.com/apache/beam/pull/11708#discussion_r425987361 ## File path: sdks/java/core/src/main/java/org/apache/beam/sdk/io/ClassLoaderFileSystem.java ## @@ -0,0 +1,154 @@ +/* + * Licensed to the Apache Software

[GitHub] [beam] ibzib commented on a change in pull request #11708: [BEAM-9577] Artifact v2 support for uber jars.

2020-05-15 Thread GitBox
ibzib commented on a change in pull request #11708: URL: https://github.com/apache/beam/pull/11708#discussion_r425986977 ## File path: sdks/java/core/src/main/java/org/apache/beam/sdk/io/ClassLoaderFileSystem.java ## @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software

[GitHub] [beam] TheNeuralBit commented on pull request #11272: [BEAM-9641] Support ZetaSQL DATE type as a Beam LogicalType

2020-05-15 Thread GitBox
TheNeuralBit commented on pull request #11272: URL: https://github.com/apache/beam/pull/11272#issuecomment-629421832 Run Java PreCommit This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [beam] boyuanzz commented on a change in pull request #11715: [BEAM-9977] Implement GrowableOffsetRangeTracker

2020-05-15 Thread GitBox
boyuanzz commented on a change in pull request #11715: URL: https://github.com/apache/beam/pull/11715#discussion_r425986350 ## File path: sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/splittabledofn/GrowableOffsetRangeTracker.java ## @@ -0,0 +1,103 @@ +/* + *

[GitHub] [beam] robinyqiu commented on pull request #11272: [BEAM-9641] Support ZetaSQL DATE type as a Beam LogicalType

2020-05-15 Thread GitBox
robinyqiu commented on pull request #11272: URL: https://github.com/apache/beam/pull/11272#issuecomment-629420575 Java PreCommit failed due to a build failure. Please help run again. This is an automated message from the

[GitHub] [beam] lukecwik commented on pull request #11721: [BEAM-1866] Enable validation of PAssert counts in portable Java validates runner tests for Dataflow

2020-05-15 Thread GitBox
lukecwik commented on pull request #11721: URL: https://github.com/apache/beam/pull/11721#issuecomment-629419737 Run Java PreCommit This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] aaltay opened a new pull request #11723: Update videos-and-podcasts.md

2020-05-15 Thread GitBox
aaltay opened a new pull request #11723: URL: https://github.com/apache/beam/pull/11723 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution

[GitHub] [beam] aaltay closed pull request #11723: Update videos-and-podcasts.md

2020-05-15 Thread GitBox
aaltay closed pull request #11723: URL: https://github.com/apache/beam/pull/11723 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [beam] aaltay opened a new pull request #11724: Updated Videos and Podcasts page

2020-05-15 Thread GitBox
aaltay opened a new pull request #11724: URL: https://github.com/apache/beam/pull/11724 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution

[GitHub] [beam] ananvay commented on pull request #11721: [BEAM-1866] Enable validation of PAssert counts in portable Java validates runner tests for Dataflow

2020-05-15 Thread GitBox
ananvay commented on pull request #11721: URL: https://github.com/apache/beam/pull/11721#issuecomment-629411984 Thanks Luke! LGTM This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] Hannah-Jiang commented on pull request #11717: [BEAM-9136] Update doc about docker image license pulling

2020-05-15 Thread GitBox
Hannah-Jiang commented on pull request #11717: URL: https://github.com/apache/beam/pull/11717#issuecomment-629411176 > R: @ibzib Oops, thank you. This is an automated message from the Apache Git Service. To respond

[GitHub] [beam] Hannah-Jiang merged pull request #11584: [BEAM-9136]support isRelease tag for docker build command & update release guide

2020-05-15 Thread GitBox
Hannah-Jiang merged pull request #11584: URL: https://github.com/apache/beam/pull/11584 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [beam] jaketf commented on pull request #11596: [BEAM-9856] Optimization/hl7v2 io list messages

2020-05-15 Thread GitBox
jaketf commented on pull request #11596: URL: https://github.com/apache/beam/pull/11596#issuecomment-629406986 @pabloem bump ^. please retest this. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [beam] ibzib commented on pull request #11722: Bump Flink 1.10 version

2020-05-15 Thread GitBox
ibzib commented on pull request #11722: URL: https://github.com/apache/beam/pull/11722#issuecomment-629406842 > But I would not recommend redoing the RC if you are already done. Just merge it to the branch and include it if you have to roll another RC. Thanks Thomas. I have already

[GitHub] [beam] tweise commented on pull request #11722: Bump Flink 1.10 version

2020-05-15 Thread GitBox
tweise commented on pull request #11722: URL: https://github.com/apache/beam/pull/11722#issuecomment-629405793 We are internally running 2.21 on Flink 1.10.1. There is little to no risk including this. But I would not recommend redoing the RC if you are already done. Just merge it

[GitHub] [beam] amaliujia commented on pull request #10946: [BEAM-9363] TUMBLE as TVF

2020-05-15 Thread GitBox
amaliujia commented on pull request #10946: URL: https://github.com/apache/beam/pull/10946#issuecomment-629403702 Run Java PreCommit This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] ibzib commented on pull request #11722: Bump Flink 1.10 version

2020-05-15 Thread GitBox
ibzib commented on pull request #11722: URL: https://github.com/apache/beam/pull/11722#issuecomment-629401614 I'm nearly finished making a release candidate. Is there an important reason to cherry-pick this? This is an

[GitHub] [beam] mxm commented on pull request #11678: [BEAM-6733] Add pipeline option to flush bundle data before checkpointing

2020-05-15 Thread GitBox
mxm commented on pull request #11678: URL: https://github.com/apache/beam/pull/11678#issuecomment-629396868 Based on the load test results, I'm not changing the default behavior here. Instead, flushing the bundle output before a checkpoint can be turned on optionally.

[GitHub] [beam] lukecwik edited a comment on pull request #11721: [BEAM-1866] Enable validation of PAssert counts in portable Java validates runner tests for Dataflow

2020-05-15 Thread GitBox
lukecwik edited a comment on pull request #11721: URL: https://github.com/apache/beam/pull/11721#issuecomment-629393804 R: @ananvay @youngoli This is an automated message from the Apache Git Service. To respond to the

[GitHub] [beam] aaltay commented on pull request #11437: [BEAM-9770] Add BigQueryIO deadletter pattern

2020-05-15 Thread GitBox
aaltay commented on pull request #11437: URL: https://github.com/apache/beam/pull/11437#issuecomment-629396682 retest this please This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] tweise opened a new pull request #11722: Bump Flink 1.10 version

2020-05-15 Thread GitBox
tweise opened a new pull request #11722: URL: https://github.com/apache/beam/pull/11722 Backport of #11683 Post-Commit Tests Status (on master branch) Lang | SDK | Apex |

[GitHub] [beam] robertwb commented on pull request #11039: [BEAM-9383] Staging Dataflow artifacts from environment

2020-05-15 Thread GitBox
robertwb commented on pull request #11039: URL: https://github.com/apache/beam/pull/11039#issuecomment-629394803 @ihji Just thinking about timing, were we hoping to get this into 2.22? This is an automated message from the

[GitHub] [beam] lukecwik commented on pull request #11721: [BEAM-1866] Enable validation of PAssert counts in portable Java validates runner tests for Dataflow

2020-05-15 Thread GitBox
lukecwik commented on pull request #11721: URL: https://github.com/apache/beam/pull/11721#issuecomment-629393804 R: @ananvay This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [beam] aaltay commented on pull request #11437: [BEAM-9770] Add BigQueryIO deadletter pattern

2020-05-15 Thread GitBox
aaltay commented on pull request #11437: URL: https://github.com/apache/beam/pull/11437#issuecomment-629386383 retest this please This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] lukecwik opened a new pull request #11721: [BEAM-1866] Enable validation of PAssert counts in portable Java validates runner tests for Dataflow

2020-05-15 Thread GitBox
lukecwik opened a new pull request #11721: URL: https://github.com/apache/beam/pull/11721 Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] [**Choose

[GitHub] [beam] stale[bot] commented on pull request #10528: [BEAM-9064] Add pytype checks to tox

2020-05-15 Thread GitBox
stale[bot] commented on pull request #10528: URL: https://github.com/apache/beam/pull/10528#issuecomment-629380085 This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

[GitHub] [beam] jaketf commented on pull request #11339: [BEAM-9468] Fhir io

2020-05-15 Thread GitBox
jaketf commented on pull request #11339: URL: https://github.com/apache/beam/pull/11339#issuecomment-629376974 @pabloem 843104d was a pretty simple fix for api surface test ``` git rev-parse HEAD && ./gradlew :sdks:java:io:google-cloud-platform:cleanTest

[GitHub] [beam] robertwb edited a comment on pull request #11720: [BEAM-9729] Ignore bundle registration requests.

2020-05-15 Thread GitBox
robertwb edited a comment on pull request #11720: URL: https://github.com/apache/beam/pull/11720#issuecomment-629376271 R: @ananvay This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] robertwb commented on pull request #11720: [BEAM-9729] Ignore bundle registration requests.

2020-05-15 Thread GitBox
robertwb commented on pull request #11720: URL: https://github.com/apache/beam/pull/11720#issuecomment-629376271 R: @ ananvay This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [beam] robertwb opened a new pull request #11720: [BEAM-9729] Ignore bundle registration requests.

2020-05-15 Thread GitBox
robertwb opened a new pull request #11720: URL: https://github.com/apache/beam/pull/11720 Instead always pull bundle descriptors from the runner. This avoids having potentially duplicated caches of all bundle Thank you for your contribution!

[GitHub] [beam] aaltay commented on pull request #11584: [BEAM-9136]support isRelease tag for docker build command & update release guide

2020-05-15 Thread GitBox
aaltay commented on pull request #11584: URL: https://github.com/apache/beam/pull/11584#issuecomment-629369467 Run Python PreCommit This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] aaltay commented on pull request #11717: [BEAM-9136] Update doc about docker image license pulling

2020-05-15 Thread GitBox
aaltay commented on pull request #11717: URL: https://github.com/apache/beam/pull/11717#issuecomment-629369332 R: @ibzib This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [beam] aaltay commented on pull request #11705: Clarifies an error message in Katas to explain what is actually wrong.

2020-05-15 Thread GitBox
aaltay commented on pull request #11705: URL: https://github.com/apache/beam/pull/11705#issuecomment-629368448 > stepik is the platform where these courses are uploaded , an downloaded by intellij Thank you! :) This

[GitHub] [beam] jaketf commented on pull request #11339: [BEAM-9468] Fhir io

2020-05-15 Thread GitBox
jaketf commented on pull request #11339: URL: https://github.com/apache/beam/pull/11339#issuecomment-629367380 @pabloem re: api surface. So the history here is that the client library executeBundle method is broken so we were forced to use out own http client (and our own exceptions).

[GitHub] [beam] jaketf commented on pull request #11339: [BEAM-9468] Fhir io

2020-05-15 Thread GitBox
jaketf commented on pull request #11339: URL: https://github.com/apache/beam/pull/11339#issuecomment-629364334 @mwalenia > What exactly causes this

[GitHub] [beam] udim commented on pull request #11070: [BEAM-8280] Blog post: Python typing changes

2020-05-15 Thread GitBox
udim commented on pull request #11070: URL: https://github.com/apache/beam/pull/11070#issuecomment-629360659 > > @chadrik, do you have the "edit file" option available? > > Nope :( I think that maybe it's because you're not on

[GitHub] [beam] pabloem commented on pull request #11339: [BEAM-9468] Fhir io

2020-05-15 Thread GitBox
pabloem commented on pull request #11339: URL: https://github.com/apache/beam/pull/11339#issuecomment-629357697 this test checks that we're not increasing the dependencies that we expose in the API. We can add the Healthcare IO classes. Other classes I think we should try to figure out

[GitHub] [beam] pabloem commented on pull request #11339: [BEAM-9468] Fhir io

2020-05-15 Thread GitBox
pabloem commented on pull request #11339: URL: https://github.com/apache/beam/pull/11339#issuecomment-629356272 We have a failure from a test checking out the API surface for the gcp io package:

[GitHub] [beam] mxm commented on pull request #11678: [BEAM-6733] Add pipeline option to flush bundle data before checkpointing

2020-05-15 Thread GitBox
mxm commented on pull request #11678: URL: https://github.com/apache/beam/pull/11678#issuecomment-629353811 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [beam] mxm removed a comment on pull request #11678: [BEAM-6733] Add pipeline option to flush bundle data before checkpointing

2020-05-15 Thread GitBox
mxm removed a comment on pull request #11678: URL: https://github.com/apache/beam/pull/11678#issuecomment-629351722 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [beam] pabloem merged pull request #11718: Make Post-Commits status dashboard compatible with the latest Grafana

2020-05-15 Thread GitBox
pabloem merged pull request #11718: URL: https://github.com/apache/beam/pull/11718 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [beam] pabloem commented on pull request #11718: Make Post-Commits status dashboard compatible with the latest Grafana

2020-05-15 Thread GitBox
pabloem commented on pull request #11718: URL: https://github.com/apache/beam/pull/11718#issuecomment-629352608 Thanks @kamilwu This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [beam] mxm removed a comment on pull request #11678: [BEAM-6733] Add pipeline option to flush bundle data before checkpointing

2020-05-15 Thread GitBox
mxm removed a comment on pull request #11678: URL: https://github.com/apache/beam/pull/11678#issuecomment-629351467 Load Tests Python ParDo Flink Streaming This is an automated message from the Apache Git Service. To respond

  1   2   >