[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new adb14f8  Updating config from bot
adb14f8 is described below

commit adb14f83d1cc5a127c6c254734fc759e663a5162
Author: github-actions 
AuthorDate: Sat Apr 2 05:33:51 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new d4b668a  Updating config from bot
d4b668a is described below

commit d4b668a3f824802096852327fc70805021348ead
Author: github-actions 
AuthorDate: Sat Apr 2 05:04:30 2022 +

Updating config from bot


[beam] branch nightly-refs/heads/master updated (ca47cd8 -> 13230c8)

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from ca47cd8  Merge pull request #17230: [BEAM-13741] Remove forced calcite 
dependency from BaseBeamTable
 add 3f52ddd  [BEAM-14153] Reshuffled Row Coder PCollection used as Side 
Input cause encoder issues. (#17147)
 add 30ebe10  Revert "Revert "[BEAM-14038] Auto-startup for Python 
expansion service. (#17035)""
 add 0878d71  Skip failing test for now.
 add fc65763  Merge pull request #17235 [BEAM-14148] Roll 
PyExpansionService forward, skipping flaky test for now.
 add e42027b  delint go sdk (#17247)
 add 8a7c92c  Merge pull request #16841 from [BEAM-8823] Make FnApiRunner 
work by executing ready elements instead of stages
 add d16c8c1  [BEAM-14192] Update legacy container version (#17210)
 add d856f28  [BEAM-14225] load balance jenkins jobs
 add 3d4454c  Merge pull request #17238 from ibzib/BEAM-14225
 add 8068baa  Fix mishandling of API with BQIO (#17211)
 add 0ab181f  [BEAM-14221] Update documentation with Flink on Dataproc 
features (#17232)
 add 238613f  [BEAM-14133] Fix potential NPE in 
BigQueryServicesImpl.getErrorInfo
 add b7b3f68  add test
 add 25e6756  Merge pull request #17133 from ihji/BEAM-14133
 add c2cdd75  Revert "[BEAM-14190] Python sends dataflow schema field"
 add 13230c8  Merge pull request #17255 from kileys/test-revert

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/CommonJobProperties.groovy |   2 +-
 .test-infra/jenkins/CronJobBuilder.groovy  |   2 +-
 .test-infra/jenkins/PostcommitJobBuilder.groovy|   2 +-
 .test-infra/jenkins/job_00_seed.groovy |   4 +-
 .test-infra/jenkins/job_Dependency_Check.groovy|   3 +-
 .../job_LoadTests_FnApiRunner_Python.groovy|   2 +-
 .test-infra/jenkins/job_Metrics_Report.groovy  |   3 +-
 .../job_PerformanceTests_BigQueryIO_Java.groovy|   2 +-
 .../job_PerformanceTests_FileBasedIO_IT.groovy |   4 +-
 .../job_PerformanceTests_HadoopFormat.groovy   |   2 +-
 .../job_PerformanceTests_InfluxDBIO_IT.groovy  |   2 +-
 .../jenkins/job_PerformanceTests_JDBC.groovy   |   2 +-
 .../jenkins/job_PerformanceTests_KafkaIO_IT.groovy |   2 +-
 .../job_PerformanceTests_MongoDBIO_IT.groovy   |   2 +-
 .../jenkins/job_PerformanceTests_Python.groovy |   2 +-
 .../jenkins/job_PerformanceTests_SQLIO_Java.groovy |   2 +-
 ...ob_PostCommit_Python_MongoDBIO_Load_Test.groovy |   2 +-
 .../jenkins/job_PostRelease_NightlySnapshot.groovy |   2 +-
 .../jenkins/job_Publish_Docker_Snapshots.groovy|   2 +-
 .../jenkins/job_Release_NightlySnapshot.groovy |   2 +-
 .../job_Release_Python_NightlySnapshot.groovy  |   2 +-
 CHANGES.md |   4 +
 runners/google-cloud-dataflow-java/build.gradle|   2 +-
 sdks/go/pkg/beam/core/runtime/exec/translate.go|  33 +-
 .../pkg/beam/core/runtime/exec/translate_test.go   |  29 ++
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |  35 +-
 .../pkg/beam/core/runtime/graphx/translate_test.go |   9 +
 sdks/go/pkg/beam/core/runtime/graphx/v1/v1.pb.go   | 218 +++---
 sdks/go/pkg/beam/core/runtime/graphx/v1/v1.proto   |   9 +
 sdks/go/pkg/beam/core/runtime/xlangx/resolve.go|   4 +-
 .../pkg/beam/core/runtime/xlangx/resolve_test.go   |   7 +-
 .../pkg/beam/runners/dataflow/dataflowlib/stage.go |   2 +-
 .../beam/runners/universal/runnerlib/execute.go|   2 +
 sdks/go/test/integration/primitives/pardo.go   |   3 +-
 sdks/go/test/regression/lperror.go |  68 +++
 sdks/go/test/regression/lperror_test.go|  83 
 .../java/extensions/{arrow => python}/build.gradle |  14 +-
 .../extensions/python/ExternalPythonTransform.java | 110 +
 .../beam/sdk/extensions/python/PythonService.java  | 132 ++
 .../beam/sdk/extensions/python}/package-info.java  |   4 +-
 .../sdk/extensions/python/bootstrap_beam_venv.py   | 115 +
 .../python/ExternalPythonTransformTest.java}   |  34 +-
 .../sdk/io/gcp/bigquery/BigQueryServicesImpl.java  |   8 +-
 .../io/gcp/bigquery/BigQueryServicesImplTest.java  |  12 +-
 sdks/python/apache_beam/coders/row_coder.py|   9 -
 sdks/python/apache_beam/coders/row_coder_test.py   |  11 -
 sdks/python/apache_beam/examples/matrix_power.py   | 103 +
 ...ount_debugging_test.py => matrix_power_test.py} |  53 ++-
 sdks/python/apache_beam/io/gcp/bigquery_tools.py   |   4 +-
 sdks/python/apache_beam/io/iobase.py   |  12 +-
 .../apache_beam/runners/interactive/README.md  |  23 +
 .../apache-beam-jupyterlab-sidepanel/README.md |   5 +-
 .../runners/portability/fn_api_runner/execution.py | 359 
 .../runners/portability/fn_api_runner/fn_runner.py | 473 ++---
 .../portability/fn_api_runner/fn_runner_test.py|  24 

[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new a85bf5a  Updating config from bot
a85bf5a is described below

commit a85bf5ad8cc74b59fe60093ebebd1d751ac4ae5c
Author: github-actions 
AuthorDate: Sat Apr 2 04:39:37 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9f8cb45  Updating config from bot
9f8cb45 is described below

commit 9f8cb456502316598a5cff80ac6fb5e4cd14ec9f
Author: github-actions 
AuthorDate: Sat Apr 2 04:04:34 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new dcf3e27  Updating config from bot
dcf3e27 is described below

commit dcf3e2707f1e40116209f7ba2316162446abdbcb
Author: github-actions 
AuthorDate: Sat Apr 2 03:40:30 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new da6771f  Updating config from bot
da6771f is described below

commit da6771f6676cd476bcf1f5618552ff2b540b4be4
Author: github-actions 
AuthorDate: Sat Apr 2 03:15:00 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new aa32949  Updating config from bot
aa32949 is described below

commit aa32949075c2996a74b964f9d044b1a9f9819fce
Author: github-actions 
AuthorDate: Sat Apr 2 02:48:51 2022 +

Updating config from bot


[beam] branch master updated: Revert "[BEAM-14190] Python sends dataflow schema field"

2022-04-01 Thread kileysok
This is an automated email from the ASF dual-hosted git repository.

kileysok pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new c2cdd75  Revert "[BEAM-14190] Python sends dataflow schema field"
 new 13230c8  Merge pull request #17255 from kileys/test-revert
c2cdd75 is described below

commit c2cdd75a3745a8e54cf869024553d03e18f56d84
Author: kileys 
AuthorDate: Sat Apr 2 00:15:01 2022 +

Revert "[BEAM-14190] Python sends dataflow schema field"

This reverts commit c50f56274c86f75b2edad1b51dbe8c2ddaab2019.
---
 sdks/python/apache_beam/coders/row_coder.py  |  9 -
 sdks/python/apache_beam/coders/row_coder_test.py | 11 ---
 2 files changed, 20 deletions(-)

diff --git a/sdks/python/apache_beam/coders/row_coder.py 
b/sdks/python/apache_beam/coders/row_coder.py
index 077da8e..815dcd0 100644
--- a/sdks/python/apache_beam/coders/row_coder.py
+++ b/sdks/python/apache_beam/coders/row_coder.py
@@ -17,8 +17,6 @@
 
 # pytype: skip-file
 
-from google.protobuf import json_format
-
 from apache_beam.coders import typecoders
 from apache_beam.coders.coder_impl import LogicalTypeCoderImpl
 from apache_beam.coders.coder_impl import RowCoderImpl
@@ -87,13 +85,6 @@ class RowCoder(FastCoder):
   def to_type_hint(self):
 return self._type_hint
 
-  def as_cloud_object(self, coders_context=None):
-value = super().as_cloud_object(coders_context)
-
-value['schema'] = json_format.MessageToJson(self.schema).encode('utf-8')
-
-return value
-
   def __hash__(self):
 return hash(self.schema.SerializeToString())
 
diff --git a/sdks/python/apache_beam/coders/row_coder_test.py 
b/sdks/python/apache_beam/coders/row_coder_test.py
index 43ce040..7b4b769 100644
--- a/sdks/python/apache_beam/coders/row_coder_test.py
+++ b/sdks/python/apache_beam/coders/row_coder_test.py
@@ -22,7 +22,6 @@ import unittest
 from itertools import chain
 
 import numpy as np
-from google.protobuf import json_format
 
 import apache_beam as beam
 from apache_beam.coders import RowCoder
@@ -374,16 +373,6 @@ class RowCoderTest(unittest.TestCase):
 self.assertRaisesRegex(
 ValueError, "type_with_no_typeinfo", lambda: RowCoder(schema_proto))
 
-  def test_row_coder_cloud_object_schema(self):
-schema_proto = schema_pb2.Schema()
-schema_proto_json = json_format.MessageToJson(schema_proto).encode('utf-8')
-
-coder = RowCoder(schema_proto)
-
-cloud_object = coder.as_cloud_object()
-
-self.assertEqual(schema_proto_json, cloud_object['schema'])
-
 
 if __name__ == "__main__":
   logging.getLogger().setLevel(logging.INFO)


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 3481717  Updating config from bot
3481717 is described below

commit 3481717a9de778f04621fd7f6617e792900d4b09
Author: github-actions 
AuthorDate: Sat Apr 2 01:33:43 2022 +

Updating config from bot


[beam] branch master updated (0ab181f -> 25e6756)

2022-04-01 Thread heejong
This is an automated email from the ASF dual-hosted git repository.

heejong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from 0ab181f  [BEAM-14221] Update documentation with Flink on Dataproc 
features (#17232)
 new 238613f  [BEAM-14133] Fix potential NPE in 
BigQueryServicesImpl.getErrorInfo
 new b7b3f68  add test
 new 25e6756  Merge pull request #17133 from ihji/BEAM-14133

The 35154 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java   |  8 +---
 .../beam/sdk/io/gcp/bigquery/BigQueryServicesImplTest.java   | 12 ++--
 2 files changed, 15 insertions(+), 5 deletions(-)


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 4b6bd72  Updating config from bot
4b6bd72 is described below

commit 4b6bd72513fc87f8df448ae46fc3884f3b2984df
Author: github-actions 
AuthorDate: Sat Apr 2 00:48:21 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 81384db  Updating config from bot
81384db is described below

commit 81384db6c3eedc6c4b313bea7d2697ee76a016d4
Author: github-actions 
AuthorDate: Sat Apr 2 00:12:36 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 0494fc3  Updating config from bot
0494fc3 is described below

commit 0494fc3edb9a0bf8435360f797a12cae12507a13
Author: github-actions 
AuthorDate: Fri Apr 1 23:35:01 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9a21e18  Updating config from bot
9a21e18 is described below

commit 9a21e1832c32edef78ee8dc80eb7482db19fd7cc
Author: github-actions 
AuthorDate: Fri Apr 1 23:05:03 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 049fad6  Updating config from bot
049fad6 is described below

commit 049fad6b8faa7250656e9f8ce259eb67c6d1dfb9
Author: github-actions 
AuthorDate: Fri Apr 1 22:35:22 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new c358be7  Updating config from bot
c358be7 is described below

commit c358be7804d3553c86f6e712fe4d05309c6759d4
Author: github-actions 
AuthorDate: Fri Apr 1 22:04:48 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 28cc5ea  Updating config from bot
28cc5ea is described below

commit 28cc5ea274d32336b3ccce9a86548dbbb7e97d57
Author: github-actions 
AuthorDate: Fri Apr 1 21:34:28 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 661071c  Updating config from bot
661071c is described below

commit 661071cfac12a557c8ca37d7d96170c5d1d99b71
Author: github-actions 
AuthorDate: Fri Apr 1 21:04:38 2022 +

Updating config from bot


[beam] branch master updated (8068baa -> 0ab181f)

2022-04-01 Thread ningk
This is an automated email from the ASF dual-hosted git repository.

ningk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from 8068baa  Fix mishandling of API with BQIO (#17211)
 add 0ab181f  [BEAM-14221] Update documentation with Flink on Dataproc 
features (#17232)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md |  4 
 .../apache_beam/runners/interactive/README.md  | 23 ++
 .../apache-beam-jupyterlab-sidepanel/README.md |  5 +++--
 3 files changed, 30 insertions(+), 2 deletions(-)


[beam] branch master updated (3d4454c -> 8068baa)

2022-04-01 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 3d4454c  Merge pull request #17238 from ibzib/BEAM-14225
 add 8068baa  Fix mishandling of API with BQIO (#17211)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/io/gcp/bigquery_tools.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new d3e1d8a  Updating config from bot
d3e1d8a is described below

commit d3e1d8a2861b8d47171bd4ba4a2d75e621939c8d
Author: github-actions 
AuthorDate: Fri Apr 1 20:35:22 2022 +

Updating config from bot


[beam] 01/01: Merge pull request #17241: [cherry-pick][release-2.38.0][BEAM-14179] Fix possibly null value

2022-04-01 Thread danoliveira
This is an automated email from the ASF dual-hosted git repository.

danoliveira pushed a commit to branch release-2.38.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 47a9d8f3c4207cd2c8d5b761b5dfeb49192399a7
Merge: ede9921 ec199e9
Author: Daniel Oliveira 
AuthorDate: Fri Apr 1 13:18:09 2022 -0700

Merge pull request #17241: [cherry-pick][release-2.38.0][BEAM-14179] Fix 
possibly null value

[cherry-pick][release-2.38.0][BEAM-14179] Fix possibly null value

 .../main/java/org/apache/beam/sdk/io/gcp/datastore/DatastoreV1.java| 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


[beam] branch release-2.38.0 updated (ede9921 -> 47a9d8f)

2022-04-01 Thread danoliveira
This is an automated email from the ASF dual-hosted git repository.

danoliveira pushed a change to branch release-2.38.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


from ede9921  Merge pull request #17224: 
[rollback][release-2.38.0][BEAM-14116] Rollback of #17004: Chunk commit 
requests dynamically
 add ec199e9  Merge pull request #17228: [BEAM-14179] Fix possibly null 
value
 new 47a9d8f  Merge pull request #17241: 
[cherry-pick][release-2.38.0][BEAM-14179] Fix possibly null value

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/java/org/apache/beam/sdk/io/gcp/datastore/DatastoreV1.java| 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new cdbded7  Updating config from bot
cdbded7 is described below

commit cdbded7410473af4c3c0a459dc110326ce7696d1
Author: github-actions 
AuthorDate: Fri Apr 1 20:04:50 2022 +

Updating config from bot


[beam] branch master updated: [BEAM-14225] load balance jenkins jobs

2022-04-01 Thread ibzib
This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new d856f28  [BEAM-14225] load balance jenkins jobs
 new 3d4454c  Merge pull request #17238 from ibzib/BEAM-14225
d856f28 is described below

commit d856f280e10d744a9e61a9fb2c5422470d638103
Author: Kyle Weaver 
AuthorDate: Thu Mar 31 16:49:15 2022 -0700

[BEAM-14225] load balance jenkins jobs
---
 .test-infra/jenkins/CommonJobProperties.groovy   | 2 +-
 .test-infra/jenkins/CronJobBuilder.groovy| 2 +-
 .test-infra/jenkins/PostcommitJobBuilder.groovy  | 2 +-
 .test-infra/jenkins/job_00_seed.groovy   | 4 ++--
 .test-infra/jenkins/job_Dependency_Check.groovy  | 3 +--
 .test-infra/jenkins/job_LoadTests_FnApiRunner_Python.groovy  | 2 +-
 .test-infra/jenkins/job_Metrics_Report.groovy| 3 +--
 .test-infra/jenkins/job_PerformanceTests_BigQueryIO_Java.groovy  | 2 +-
 .test-infra/jenkins/job_PerformanceTests_FileBasedIO_IT.groovy   | 4 ++--
 .test-infra/jenkins/job_PerformanceTests_HadoopFormat.groovy | 2 +-
 .test-infra/jenkins/job_PerformanceTests_InfluxDBIO_IT.groovy| 2 +-
 .test-infra/jenkins/job_PerformanceTests_JDBC.groovy | 2 +-
 .test-infra/jenkins/job_PerformanceTests_KafkaIO_IT.groovy   | 2 +-
 .test-infra/jenkins/job_PerformanceTests_MongoDBIO_IT.groovy | 2 +-
 .test-infra/jenkins/job_PerformanceTests_Python.groovy   | 2 +-
 .test-infra/jenkins/job_PerformanceTests_SQLIO_Java.groovy   | 2 +-
 .test-infra/jenkins/job_PostCommit_Python_MongoDBIO_Load_Test.groovy | 2 +-
 .test-infra/jenkins/job_PostRelease_NightlySnapshot.groovy   | 2 +-
 .test-infra/jenkins/job_Publish_Docker_Snapshots.groovy  | 2 +-
 .test-infra/jenkins/job_Release_NightlySnapshot.groovy   | 2 +-
 .test-infra/jenkins/job_Release_Python_NightlySnapshot.groovy| 2 +-
 21 files changed, 23 insertions(+), 25 deletions(-)

diff --git a/.test-infra/jenkins/CommonJobProperties.groovy 
b/.test-infra/jenkins/CommonJobProperties.groovy
index b0dc45f..a715e0e 100644
--- a/.test-infra/jenkins/CommonJobProperties.groovy
+++ b/.test-infra/jenkins/CommonJobProperties.groovy
@@ -219,7 +219,7 @@ class CommonJobProperties {
 
   // Sets common config for jobs which run on a schedule; optionally on push
   static void setAutoJob(context,
-  String buildSchedule = '0 */6 * * *',
+  String buildSchedule = 'H H/6 * * *',
   notifyAddress = 'bui...@beam.apache.org',
   triggerOnCommit = false,
   emailIndividuals = false) {
diff --git a/.test-infra/jenkins/CronJobBuilder.groovy 
b/.test-infra/jenkins/CronJobBuilder.groovy
index fc4be04..100cc55 100644
--- a/.test-infra/jenkins/CronJobBuilder.groovy
+++ b/.test-infra/jenkins/CronJobBuilder.groovy
@@ -37,7 +37,7 @@ class CronJobBuilder {
* @param cronPattern Defines when the job should be fired. Default: "every 
6th hour".
* @param jobDefinition Closure for the job.
*/
-  static void cronJob(nameBase, cronPattern = '0 */6 * * *', scope, 
jobDefinition = {}) {
+  static void cronJob(nameBase, cronPattern = 'H H/6 * * *', scope, 
jobDefinition = {}) {
 CronJobBuilder builder = new CronJobBuilder(scope, jobDefinition)
 builder.defineAutoPostCommitJob(nameBase, cronPattern)
   }
diff --git a/.test-infra/jenkins/PostcommitJobBuilder.groovy 
b/.test-infra/jenkins/PostcommitJobBuilder.groovy
index ca1a70c..70d3759 100644
--- a/.test-infra/jenkins/PostcommitJobBuilder.groovy
+++ b/.test-infra/jenkins/PostcommitJobBuilder.groovy
@@ -58,7 +58,7 @@ class PostcommitJobBuilder {
 
   void defineAutoPostCommitJob(name) {
 def autoBuilds = scope.job(name) {
-  commonJobProperties.setAutoJob delegate, '0 */6 * * *', 
'bui...@beam.apache.org', true, true
+  commonJobProperties.setAutoJob delegate, 'H H/6 * * *', 
'bui...@beam.apache.org', true, true
 }
 
 autoBuilds.with(jobDefinition)
diff --git a/.test-infra/jenkins/job_00_seed.groovy 
b/.test-infra/jenkins/job_00_seed.groovy
index 820f3c4..2ffac70 100644
--- a/.test-infra/jenkins/job_00_seed.groovy
+++ b/.test-infra/jenkins/job_00_seed.groovy
@@ -73,8 +73,8 @@ job('beam_SeedJob') {
   }
 
   triggers {
-// Run once per day
-cron('H */6 * * *')
+// Run every six hours
+cron('H H/6 * * *')
 
 githubPullRequest {
   admins(['asfbot'])
diff --git a/.test-infra/jenkins/job_Dependency_Check.groovy 
b/.test-infra/jenkins/job_Dependency_Check.groovy
index f97e0bb..b34723e 100644
--- a/.test-infra/jenkins/job_Dependency_Check.groovy
+++ b/.test-infra/jenkins/job_Dependency_Check.groovy
@@ -33,10 +33,9 @@ job('beam_Dependency_Check') {
   false
   )
 
-  // This is a job that runs weekly.
   

[beam] 01/01: Merge pull request #17224: [rollback][release-2.38.0][BEAM-14116] Rollback of #17004: Chunk commit requests dynamically

2022-04-01 Thread danoliveira
This is an automated email from the ASF dual-hosted git repository.

danoliveira pushed a commit to branch release-2.38.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit ede9921c9408ac3ffe77f1584828d1550a00f677
Merge: 6cba8d5 ba19401
Author: Daniel Oliveira 
AuthorDate: Fri Apr 1 12:42:44 2022 -0700

Merge pull request #17224: [rollback][release-2.38.0][BEAM-14116] Rollback 
of #17004: Chunk commit requests dynamically

[rollback][release-2.38.0][BEAM-14116] Rollback of #17004: Chunk commit 
requests dynamically

 .../worker/windmill/GrpcWindmillServer.java| 105 ++---
 1 file changed, 29 insertions(+), 76 deletions(-)


[beam] branch release-2.38.0 updated (6cba8d5 -> ede9921)

2022-04-01 Thread danoliveira
This is an automated email from the ASF dual-hosted git repository.

danoliveira pushed a change to branch release-2.38.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


from 6cba8d5  Merge pull request #17217: 
[cherry-pick][release-2.38.0][BEAM-14185]: remove the metadata table after the 
pipeline finishes for Spanner Change Streams Connector
 add ba19401  Revert "[BEAM-14116] Chunk commit requests dynamically 
(#17004)"
 new ede9921  Merge pull request #17224: 
[rollback][release-2.38.0][BEAM-14116] Rollback of #17004: Chunk commit 
requests dynamically

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../worker/windmill/GrpcWindmillServer.java| 105 ++---
 1 file changed, 29 insertions(+), 76 deletions(-)


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 6b0683d  Updating config from bot
6b0683d is described below

commit 6b0683d01ef435ac87a5c0dde6206da4c9e7e33d
Author: github-actions 
AuthorDate: Fri Apr 1 19:33:49 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9c947ca  Updating config from bot
9c947ca is described below

commit 9c947ca975fc54c2fd17dcf6c5360483b7602ffa
Author: github-actions 
AuthorDate: Fri Apr 1 19:17:57 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 19a8371  Updating config from bot
19a8371 is described below

commit 19a83719a40bca16b5019bb4468432481b1962c9
Author: github-actions 
AuthorDate: Fri Apr 1 19:17:54 2022 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-go.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-go.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-go.json
index 7352f3a..ea919ff 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-go.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-go.json
@@ -3,7 +3,7 @@
   "dateOfLastReviewAssignment": {
 "lostluck": 1648745408275,
 "jrmccluskey": 1648150429288,
-"youngoli": 1647650879056,
+"youngoli": 1648840671057,
 "damccorm": 1648776875080,
 "riteshghorse": 1648734260473
   }


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 922edeb  Updating config from bot
922edeb is described below

commit 922edebb795f0ce2a9ccef4329250207f8879f0d
Author: github-actions 
AuthorDate: Fri Apr 1 19:17:52 2022 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-17250.json | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-17250.json 
b/scripts/ci/pr-bot/state/pr-state/pr-17250.json
new file mode 100644
index 000..97c0bcb
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-17250.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"go": "youngoli"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 27b6c1b  Updating config from bot
27b6c1b is described below

commit 27b6c1bdc78b7b2aa69fcef927c881f138e72e1a
Author: github-actions 
AuthorDate: Fri Apr 1 19:14:39 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 1987c5b  Updating config from bot
1987c5b is described below

commit 1987c5bf7b52eae5e05809b42c6d275249496b33
Author: github-actions 
AuthorDate: Fri Apr 1 19:04:59 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 21dc39b  Updating config from bot
21dc39b is described below

commit 21dc39b737611a5ecfcbaebbb2a8a502477d2b8d
Author: github-actions 
AuthorDate: Fri Apr 1 18:55:11 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new cae91f5  Updating config from bot
cae91f5 is described below

commit cae91f5f72e6a6379e4ca5f8933cd72c948f0fbb
Author: github-actions 
AuthorDate: Fri Apr 1 18:53:07 2022 +

Updating config from bot


[beam] branch master updated (8a7c92c -> d16c8c1)

2022-04-01 Thread lcwik
This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from 8a7c92c  Merge pull request #16841 from [BEAM-8823] Make FnApiRunner 
work by executing ready elements instead of stages
 add d16c8c1  [BEAM-14192] Update legacy container version (#17210)

No new revisions were added by this update.

Summary of changes:
 runners/google-cloud-dataflow-java/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[beam] branch master updated (e42027b -> 8a7c92c)

2022-04-01 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 e42027b  delint go sdk (#17247)
 add 8a7c92c  Merge pull request #16841 from [BEAM-8823] Make FnApiRunner 
work by executing ready elements instead of stages

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/examples/matrix_power.py   | 103 +
 ...ount_debugging_test.py => matrix_power_test.py} |  53 ++-
 sdks/python/apache_beam/io/iobase.py   |  12 +-
 .../runners/portability/fn_api_runner/execution.py | 359 
 .../runners/portability/fn_api_runner/fn_runner.py | 473 ++---
 .../portability/fn_api_runner/fn_runner_test.py|  24 +-
 .../portability/fn_api_runner/translations.py  |  69 ++-
 .../fn_api_runner/visualization_tools.py   |  30 +-
 .../portability/fn_api_runner/watermark_manager.py |  53 ++-
 .../portability/fn_api_runner/worker_handlers.py   |   3 +
 .../apache_beam/transforms/userstate_test.py   |  40 ++
 sdks/python/apache_beam/transforms/util.py |   3 +
 12 files changed, 945 insertions(+), 277 deletions(-)
 create mode 100644 sdks/python/apache_beam/examples/matrix_power.py
 copy sdks/python/apache_beam/examples/{wordcount_debugging_test.py => 
matrix_power_test.py} (50%)


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 28e02e8  Updating config from bot
28e02e8 is described below

commit 28e02e82512fe73b26733c5ce8dbea984d90ec89
Author: github-actions 
AuthorDate: Fri Apr 1 18:13:28 2022 +

Updating config from bot


[beam] branch master updated (fc65763 -> e42027b)

2022-04-01 Thread lostluck
This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from fc65763  Merge pull request #17235 [BEAM-14148] Roll 
PyExpansionService forward, skipping flaky test for now.
 add e42027b  delint go sdk (#17247)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/runtime/graphx/translate.go   | 10 +-
 sdks/go/pkg/beam/core/runtime/xlangx/resolve.go |  4 ++--
 sdks/go/pkg/beam/core/runtime/xlangx/resolve_test.go|  7 ---
 sdks/go/pkg/beam/runners/dataflow/dataflowlib/stage.go  |  2 +-
 sdks/go/pkg/beam/runners/universal/runnerlib/execute.go |  2 ++
 sdks/go/test/integration/primitives/pardo.go|  3 ++-
 6 files changed, 16 insertions(+), 12 deletions(-)


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 55051d5  Updating config from bot
55051d5 is described below

commit 55051d5af25a454bb6993280c403742737d52df1
Author: github-actions 
AuthorDate: Fri Apr 1 16:57:56 2022 +

Updating config from bot


[beam] branch master updated (3f52ddd -> fc65763)

2022-04-01 Thread robertwb
This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from 3f52ddd  [BEAM-14153] Reshuffled Row Coder PCollection used as Side 
Input cause encoder issues. (#17147)
 add 30ebe10  Revert "Revert "[BEAM-14038] Auto-startup for Python 
expansion service. (#17035)""
 add 0878d71  Skip failing test for now.
 add fc65763  Merge pull request #17235 [BEAM-14148] Roll 
PyExpansionService forward, skipping flaky test for now.

No new revisions were added by this update.

Summary of changes:
 .../java/extensions/{arrow => python}/build.gradle |  14 +--
 .../extensions/python/ExternalPythonTransform.java | 110 +
 .../beam/sdk/extensions/python/PythonService.java  | 132 +
 .../beam/sdk/extensions/python}/package-info.java  |   4 +-
 .../sdk/extensions/python/bootstrap_beam_venv.py   | 115 ++
 .../python/ExternalPythonTransformTest.java}   |  34 +++---
 settings.gradle.kts|   1 +
 7 files changed, 386 insertions(+), 24 deletions(-)
 copy sdks/java/extensions/{arrow => python}/build.gradle (78%)
 create mode 100644 
sdks/java/extensions/python/src/main/java/org/apache/beam/sdk/extensions/python/ExternalPythonTransform.java
 create mode 100644 
sdks/java/extensions/python/src/main/java/org/apache/beam/sdk/extensions/python/PythonService.java
 copy 
{examples/java/src/main/java/org/apache/beam/examples/complete/kafkatopubsub/options
 => 
sdks/java/extensions/python/src/main/java/org/apache/beam/sdk/extensions/python}/package-info.java
 (87%)
 create mode 100644 
sdks/java/extensions/python/src/main/resources/org/apache/beam/sdk/extensions/python/bootstrap_beam_venv.py
 copy 
sdks/java/extensions/{euphoria/src/test/java/org/apache/beam/sdk/extensions/euphoria/core/translate/TimestampExtractTransformTest.java
 => 
python/src/test/java/org/apache/beam/sdk/extensions/python/ExternalPythonTransformTest.java}
 (56%)


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new b32393d  Updating config from bot
b32393d is described below

commit b32393d1921c73a2cd9631c245508da2204669b0
Author: github-actions 
AuthorDate: Fri Apr 1 16:19:12 2022 +

Updating config from bot


[beam] branch master updated (ca47cd8 -> 3f52ddd)

2022-04-01 Thread lostluck
This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


from ca47cd8  Merge pull request #17230: [BEAM-13741] Remove forced calcite 
dependency from BaseBeamTable
 add 3f52ddd  [BEAM-14153] Reshuffled Row Coder PCollection used as Side 
Input cause encoder issues. (#17147)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/runtime/exec/translate.go|  33 +++-
 .../pkg/beam/core/runtime/exec/translate_test.go   |  29 +++
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |  31 +++
 .../pkg/beam/core/runtime/graphx/translate_test.go |   9 +
 sdks/go/pkg/beam/core/runtime/graphx/v1/v1.pb.go   | 218 +++--
 sdks/go/pkg/beam/core/runtime/graphx/v1/v1.proto   |   9 +
 sdks/go/test/regression/lperror.go |  68 +++
 sdks/go/test/regression/lperror_test.go|  83 
 8 files changed, 418 insertions(+), 62 deletions(-)


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 663bf15  Updating config from bot
663bf15 is described below

commit 663bf15649030047e5dc1c5bcc1e9a276ab5295f
Author: github-actions 
AuthorDate: Fri Apr 1 16:17:47 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new c8ed750  Updating config from bot
c8ed750 is described below

commit c8ed7507732cea0ad26a5470c9caad9ff7d9597d
Author: github-actions 
AuthorDate: Fri Apr 1 15:42:20 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new c24cd9d  Updating config from bot
c24cd9d is described below

commit c24cd9d7f5f5b65f8fad312a1e4309cbd2e07684
Author: github-actions 
AuthorDate: Fri Apr 1 14:13:15 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 36d85f0  Updating config from bot
36d85f0 is described below

commit 36d85f0ad560d626b07998f4a3e4ef2f98be6129
Author: github-actions 
AuthorDate: Fri Apr 1 13:46:17 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new fe40488  Updating config from bot
fe40488 is described below

commit fe40488500593a9bace8b2d0429ee167069ef7fb
Author: github-actions 
AuthorDate: Fri Apr 1 13:26:13 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 5c2f6cd  Updating config from bot
5c2f6cd is described below

commit 5c2f6cd59df2b486d3a85415f0f444e8601a98a7
Author: github-actions 
AuthorDate: Fri Apr 1 12:46:37 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 5891e32  Updating config from bot
5891e32 is described below

commit 5891e328d54f2d7fa79e941dd5933cff3f50a69c
Author: github-actions 
AuthorDate: Fri Apr 1 12:10:44 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new be0e943  Updating config from bot
be0e943 is described below

commit be0e9434b3a2b4962c84a3b922977adcb3619cb0
Author: github-actions 
AuthorDate: Fri Apr 1 11:34:05 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new ba13172  Updating config from bot
ba13172 is described below

commit ba13172e0589e83083fba69040fb183dc5e5b6d9
Author: github-actions 
AuthorDate: Fri Apr 1 11:09:27 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 241bea1  Updating config from bot
241bea1 is described below

commit 241bea1ebcc6f926ff4658661ae80c5a9b9161b7
Author: github-actions 
AuthorDate: Fri Apr 1 10:37:30 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new fcbdffd  Updating config from bot
fcbdffd is described below

commit fcbdffd1be365f0050a625ec4534027bd2422dc3
Author: github-actions 
AuthorDate: Fri Apr 1 10:09:26 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 1bab8c8  Updating config from bot
1bab8c8 is described below

commit 1bab8c8e9ff6ee6dde6fb44799bbe13d2c912d81
Author: github-actions 
AuthorDate: Fri Apr 1 09:39:25 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new f2227bf  Updating config from bot
f2227bf is described below

commit f2227bff1810a023ae5e01c66628d802754806c2
Author: github-actions 
AuthorDate: Fri Apr 1 09:09:25 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 53619bd  Updating config from bot
53619bd is described below

commit 53619bdaa9059a07ac3ad3a702ee639398b2e859
Author: github-actions 
AuthorDate: Fri Apr 1 08:42:44 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 978c0ed  Updating config from bot
978c0ed is described below

commit 978c0ed5f106e59796ba04687f10dc292dbedf80
Author: github-actions 
AuthorDate: Fri Apr 1 08:07:49 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 7be6d1c  Updating config from bot
7be6d1c is described below

commit 7be6d1c4976f7782186c58e432aede739f6e49b4
Author: github-actions 
AuthorDate: Fri Apr 1 07:56:24 2022 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-17147.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-17147.json 
b/scripts/ci/pr-bot/state/pr-state/pr-17147.json
index 2deda2c..7c0d6dd 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-17147.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-17147.json
@@ -4,7 +4,7 @@
 "go": "damccorm"
   },
   "nextAction": "Reviewers",
-  "stopReviewerNotifications": false,
+  "stopReviewerNotifications": true,
   "remindAfterTestsPass": [],
   "committerAssigned": false
 }
\ No newline at end of file


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 1924224  Updating config from bot
1924224 is described below

commit 19242241e10376bafa4923a22826fbfa9c8346a7
Author: github-actions 
AuthorDate: Fri Apr 1 07:48:22 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new b725128  Updating config from bot
b725128 is described below

commit b72512885bcc457a2a239245167b70352f16b2e9
Author: github-actions 
AuthorDate: Fri Apr 1 07:48:07 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new fbc0a49  Updating config from bot
fbc0a49 is described below

commit fbc0a49e7e4c3a51492bbc05662c46872a330807
Author: github-actions 
AuthorDate: Fri Apr 1 07:47:32 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 489a434  Updating config from bot
489a434 is described below

commit 489a434abaab7d0f3cc49f81db2ad190ef743c11
Author: github-actions 
AuthorDate: Fri Apr 1 07:34:36 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 3ce2f07  Updating config from bot
3ce2f07 is described below

commit 3ce2f07bd3358ff3613cd12bb39409f419622291
Author: github-actions 
AuthorDate: Fri Apr 1 07:05:46 2022 +

Updating config from bot


[beam] branch asf-site updated: Publishing website 2022/04/01 06:39:57 at commit ca47cd8

2022-04-01 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 99e8b3b  Publishing website 2022/04/01 06:39:57 at commit ca47cd8
99e8b3b is described below

commit 99e8b3b7871d4ab2b426f2296995c54840701d60
Author: jenkins 
AuthorDate: Fri Apr 1 06:39:58 2022 +

Publishing website 2022/04/01 06:39:57 at commit ca47cd8
---
 website/generated-content/contribute/index.xml|  8 ++--
 website/generated-content/contribute/release-guide/index.html | 10 +++---
 website/generated-content/sitemap.xml |  2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/website/generated-content/contribute/index.xml 
b/website/generated-content/contribute/index.xml
index 99a855a..c97a60a 100644
--- a/website/generated-content/contribute/index.xml
+++ b/website/generated-content/contribute/index.xml
@@ -689,11 +689,15 @@ You only need to enable ldquo;repordquo; 
permissions to this token.
 li>Then run
 pre>code>cd beam/release/src/main/scripts amp;amp; 
./verify_release_build.sh
 /code>/pre>/li>
-li>Trigger code>beam_Release_Gradle_Build/code> and all PostCommit 
Jenkins jobs from PR (which is created by previous step).
+li>Trigger code>beam_Release_Gradle_Build/code> and all Jenkins 
PostCommit jobs from the PR created by the previous step.
 You can run a 
href="https://github.com/apache/beam/blob/master/release/src/main/scripts/mass_comment.py;>mass_comment.py/a>
 to do that.
 Or manually add one trigger phrase per PR comment.
 See code>COMMENTS_TO_ADD/code> in a 
href="https://github.com/apache/beam/blob/master/release/src/main/scripts/mass_comment.py;>mass_comment.py/a>
-for full list of phrases./li>
+for full list of phrases. Please note that this list of phrases can get
+out of date, itrsquo;s your responsibility to run em>all/em> 
PostCommits, not just
+the ones listed there.
+a 
href="https://issues.apache.org/jira/browse/BEAM-13951;>BEAM-13951/a> has
+directions for updating this list using the Jenkins API./li>
 /ol>
 /li>
 li>
diff --git a/website/generated-content/contribute/release-guide/index.html 
b/website/generated-content/contribute/release-guide/index.html
index c5ccd7f..845b3c3 100644
--- a/website/generated-content/contribute/release-guide/index.html
+++ b/website/generated-content/contribute/release-guide/index.html
@@ -97,11 +97,15 @@ There are 2 ways to perform this verification, either 
running automation script(
 See instruction https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line>here.
 Itll be used by the script for accessing Github API.
 You only need to enable repo permissions to this 
token.Update required configurations listed in 
RELEASE_BUILD_CONFIGS in https://github.com/apache/beam/blob/master/release/src/main/scripts/script.config>script.configThen
 runcd beam/release/src/main/scripts  
./verify_release_build.sh
-Trigger beam_Release_Gradle_Build and all 
PostCommit Jenkins jobs from PR (which is created by previous step).
+Trigger beam_Release_Gradle_Build and all 
Jenkins PostCommit jobs from the PR created by the previous step.
 You can run https://github.com/apache/beam/blob/master/release/src/main/scripts/mass_comment.py>mass_comment.py
 to do that.
 Or manually add one trigger phrase per PR comment.
 See COMMENTS_TO_ADD in https://github.com/apache/beam/blob/master/release/src/main/scripts/mass_comment.py>mass_comment.py
-for full list of phrases.Tasks included in the 
scriptInstalls hub with your agreement and 
setup local git repo;Create a test PR against release 
branch;The https://ci-beam.apache.org/job/beam_Release_Gradle_Build/>beam_Release_Gradle_Build
 Jenkins job runs ./gradlew build -PisRelease.
+for full list of phrases. Please note that this list of phrases can get
+out of date, its your responsibility to run all PostCommits, 
not just
+the ones listed there.
+https://issues.apache.org/jira/browse/BEAM-13951>BEAM-13951 has
+directions for updating this list using the Jenkins 
API.Tasks included in the 
scriptInstalls hub with your agreement and 
setup local git repo;Create a test PR against release 
branch;The https://ci-beam.apache.org/job/beam_Release_Gradle_Build/>beam_Release_Gradle_Build
 Jenkins job runs ./gradlew build -PisRelease.
 This only verifies that everything builds with unit tests passing.Verify the build succeedsTasks you 
need to do manually to verify the build succeed:Check 
the build result.If build failed, scan log will contain all 
failures.You should stabilize the release branch until release build 
succeeded.There are some projects that dont 
produce the artifacts, e.g. beam-te [...]
 versions to run Python tests. See Python installation tips in https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-InstallingPythoninterpreters>Developer
 

[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new c1686f7  Updating config from bot
c1686f7 is described below

commit c1686f7e565cde8319fe1bdecd31a8b86ded6efb
Author: github-actions 
AuthorDate: Fri Apr 1 06:39:08 2022 +

Updating config from bot


[beam] branch pr-bot-state updated: Updating config from bot

2022-04-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 2b5779c  Updating config from bot
2b5779c is described below

commit 2b5779c2153b36bababb61a9d6fd2f8237cb93d2
Author: github-actions 
AuthorDate: Fri Apr 1 06:08:00 2022 +

Updating config from bot