(beam) branch master updated (fb3f6692dbf -> 907a4514386)

2024-02-26 Thread janl
This is an automated email from the ASF dual-hosted git repository.

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


from fb3f6692dbf Fix invalid escape sequence '\#' (#30393)
 add 436f3b223f0 [runners-core-java] restore original 
SerializablePipelineOptions
 add 4982f6ac6e4 [sdks-java-core] add serialVersionUID to PTransform
 add 4f13a4e1ea2 [runners-core] add jackson
 new 907a4514386 Merge pull request #30403: [flink] #30402 restore 
upgradability

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:
 runners/core-java/build.gradle| 2 ++
 .../beam/runners/core}/construction/SerializablePipelineOptions.java  | 2 +-
 .../beam/runners/core/{metrics => construction}/package-info.java | 4 ++--
 .../runners/core}/construction/SerializablePipelineOptionsTest.java   | 2 +-
 .../org/apache/beam/runners/flink/FlinkExecutionEnvironments.java | 2 +-
 .../beam/runners/flink/FlinkStreamingPortablePipelineTranslator.java  | 2 +-
 .../apache/beam/runners/flink/FlinkStreamingTransformTranslators.java | 2 +-
 .../beam/runners/flink/translation/functions/FlinkDoFnFunction.java   | 2 +-
 .../flink/translation/functions/FlinkExecutableStageFunction.java | 2 +-
 .../translation/functions/FlinkExecutableStagePruningFunction.java| 2 +-
 .../translation/functions/FlinkMergingNonShuffleReduceFunction.java   | 2 +-
 .../flink/translation/functions/FlinkMultiOutputPruningFunction.java  | 2 +-
 .../flink/translation/functions/FlinkPartialReduceFunction.java   | 2 +-
 .../beam/runners/flink/translation/functions/FlinkReduceFunction.java | 2 +-
 .../flink/translation/functions/FlinkStatefulDoFnFunction.java| 2 +-
 .../beam/runners/flink/translation/types/CoderTypeInformation.java| 2 +-
 .../beam/runners/flink/translation/types/CoderTypeSerializer.java | 2 +-
 .../beam/runners/flink/translation/wrappers/SourceInputFormat.java| 2 +-
 .../runners/flink/translation/wrappers/streaming/DoFnOperator.java| 2 +-
 .../translation/wrappers/streaming/ExecutableStageDoFnOperator.java   | 2 +-
 .../translation/wrappers/streaming/KvToByteBufferKeySelector.java | 2 +-
 .../translation/wrappers/streaming/SdfByteBufferKeySelector.java  | 2 +-
 .../flink/translation/wrappers/streaming/WorkItemKeySelector.java | 2 +-
 .../flink/translation/wrappers/streaming/io/DedupingOperator.java | 2 +-
 .../translation/wrappers/streaming/io/UnboundedSourceWrapper.java | 2 +-
 .../flink/translation/wrappers/streaming/io/source/FlinkSource.java   | 2 +-
 .../wrappers/streaming/io/source/bounded/FlinkBoundedSource.java  | 2 +-
 .../wrappers/streaming/io/source/unbounded/FlinkUnboundedSource.java  | 2 +-
 .../wrappers/streaming/stableinput/BufferingDoFnRunner.java   | 2 +-
 .../wrappers/streaming/state/FlinkBroadcastStateInternals.java| 2 +-
 .../translation/wrappers/streaming/state/FlinkStateInternals.java | 2 +-
 .../java/org/apache/beam/runners/flink/FlinkPipelineOptionsTest.java  | 2 +-
 .../runners/flink/streaming/FlinkBroadcastStateInternalsTest.java | 2 +-
 .../apache/beam/runners/flink/streaming/FlinkStateInternalsTest.java  | 2 +-
 .../beam/runners/flink/translation/types/CoderTypeSerializerTest.java | 2 +-
 .../flink/translation/wrappers/streaming/DoFnOperatorTest.java| 2 +-
 .../wrappers/streaming/ExecutableStageDoFnOperatorTest.java   | 2 +-
 .../flink/translation/wrappers/streaming/WindowDoFnOperatorTest.java  | 2 +-
 .../wrappers/streaming/stableinput/BufferingDoFnRunnerTest.java   | 2 +-
 .../java/org/apache/beam/runners/jet/JetTransformTranslators.java | 2 +-
 .../main/java/org/apache/beam/runners/jet/JetTranslationContext.java  | 2 +-
 .../java/org/apache/beam/runners/jet/processors/AbstractParDoP.java   | 2 +-
 .../java/org/apache/beam/runners/jet/processors/BoundedSourceP.java   | 2 +-
 .../src/main/java/org/apache/beam/runners/jet/processors/ParDoP.java  | 2 +-
 .../java/org/apache/beam/runners/jet/processors/StatefulParDoP.java   | 2 +-
 .../java/org/apache/beam/runners/jet/processors/UnboundedSourceP.java | 2 +-
 .../java/org/apache/beam/runners/jet/processors/WindowGroupP.java | 2 +-
 .../org/apache/beam/runners/samza/adapter/BoundedSourceSystem.java| 2 +-
 .../org/apache/beam/runners/samza/adapter/UnboundedSourceSystem.java  | 2 +-
 .../runners/samza/runtime/SplittableParDoProcessKeyedElementsOp.java  | 2 +-
 .../java/org/apache/beam/runners/samza/translation/ConfigBuilder.java | 2 +-
 .../spark/structuredstreaming/translation/PipelineTranslator.java | 2 +-
 .../spark/structuredstreaming/translation/SparkSessionFactory.java| 2 +-
 .../src/main/java/org/apache/beam/runners/spark/io/SourceDStream.java | 2 +-
 .../sr

(beam) 01/01: Merge pull request #30403: [flink] #30402 restore upgradability

2024-02-26 Thread janl
This is an automated email from the ASF dual-hosted git repository.

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

commit 907a4514386109245a52630907d252cf5609942d
Merge: fb3f6692dbf 4f13a4e1ea2
Author: Jan Lukavský 
AuthorDate: Mon Feb 26 09:05:23 2024 +0100

Merge pull request #30403: [flink] #30402 restore upgradability

 runners/core-java/build.gradle |  2 ++
 .../construction/SerializablePipelineOptions.java  |  2 +-
 .../runners/core/construction/package-info.java| 24 ++
 .../SerializablePipelineOptionsTest.java   |  2 +-
 .../runners/flink/FlinkExecutionEnvironments.java  |  2 +-
 .../FlinkStreamingPortablePipelineTranslator.java  |  2 +-
 .../flink/FlinkStreamingTransformTranslators.java  |  2 +-
 .../translation/functions/FlinkDoFnFunction.java   |  2 +-
 .../functions/FlinkExecutableStageFunction.java|  2 +-
 .../FlinkExecutableStagePruningFunction.java   |  2 +-
 .../FlinkMergingNonShuffleReduceFunction.java  |  2 +-
 .../functions/FlinkMultiOutputPruningFunction.java |  2 +-
 .../functions/FlinkPartialReduceFunction.java  |  2 +-
 .../translation/functions/FlinkReduceFunction.java |  2 +-
 .../functions/FlinkStatefulDoFnFunction.java   |  2 +-
 .../translation/types/CoderTypeInformation.java|  2 +-
 .../translation/types/CoderTypeSerializer.java |  2 +-
 .../translation/wrappers/SourceInputFormat.java|  2 +-
 .../wrappers/streaming/DoFnOperator.java   |  2 +-
 .../streaming/ExecutableStageDoFnOperator.java |  2 +-
 .../streaming/KvToByteBufferKeySelector.java   |  2 +-
 .../streaming/SdfByteBufferKeySelector.java|  2 +-
 .../wrappers/streaming/WorkItemKeySelector.java|  2 +-
 .../wrappers/streaming/io/DedupingOperator.java|  2 +-
 .../streaming/io/UnboundedSourceWrapper.java   |  2 +-
 .../wrappers/streaming/io/source/FlinkSource.java  |  2 +-
 .../io/source/bounded/FlinkBoundedSource.java  |  2 +-
 .../io/source/unbounded/FlinkUnboundedSource.java  |  2 +-
 .../streaming/stableinput/BufferingDoFnRunner.java |  2 +-
 .../state/FlinkBroadcastStateInternals.java|  2 +-
 .../streaming/state/FlinkStateInternals.java   |  2 +-
 .../runners/flink/FlinkPipelineOptionsTest.java|  2 +-
 .../FlinkBroadcastStateInternalsTest.java  |  2 +-
 .../flink/streaming/FlinkStateInternalsTest.java   |  2 +-
 .../translation/types/CoderTypeSerializerTest.java |  2 +-
 .../wrappers/streaming/DoFnOperatorTest.java   |  2 +-
 .../streaming/ExecutableStageDoFnOperatorTest.java |  2 +-
 .../wrappers/streaming/WindowDoFnOperatorTest.java |  2 +-
 .../stableinput/BufferingDoFnRunnerTest.java   |  2 +-
 .../beam/runners/jet/JetTransformTranslators.java  |  2 +-
 .../beam/runners/jet/JetTranslationContext.java|  2 +-
 .../runners/jet/processors/AbstractParDoP.java |  2 +-
 .../runners/jet/processors/BoundedSourceP.java |  2 +-
 .../apache/beam/runners/jet/processors/ParDoP.java |  2 +-
 .../runners/jet/processors/StatefulParDoP.java |  2 +-
 .../runners/jet/processors/UnboundedSourceP.java   |  2 +-
 .../beam/runners/jet/processors/WindowGroupP.java  |  2 +-
 .../runners/samza/adapter/BoundedSourceSystem.java |  2 +-
 .../samza/adapter/UnboundedSourceSystem.java   |  2 +-
 .../SplittableParDoProcessKeyedElementsOp.java |  2 +-
 .../runners/samza/translation/ConfigBuilder.java   |  2 +-
 .../translation/PipelineTranslator.java|  2 +-
 .../translation/SparkSessionFactory.java   |  2 +-
 .../beam/runners/spark/io/SourceDStream.java   |  2 +-
 .../apache/beam/runners/spark/io/SourceRDD.java|  2 +-
 .../runners/spark/io/SparkUnboundedSource.java |  2 +-
 .../SparkGroupAlsoByWindowViaWindowSet.java|  2 +-
 .../runners/spark/stateful/StateSpecFunctions.java |  2 +-
 .../spark/translation/EvaluationContext.java   |  2 +-
 .../spark/translation/MultiDoFnFunction.java   |  2 +-
 .../runners/spark/translation/SparkCombineFn.java  |  2 +-
 .../translation/SparkExecutableStageFunction.java  |  2 +-
 .../SparkGroupAlsoByWindowViaOutputBufferFn.java   |  2 +-
 .../spark/translation/SparkTranslationContext.java |  2 +-
 .../streaming/StreamingTransformTranslator.java|  2 +-
 .../spark/translation/SparkCombineFnTest.java  |  2 +-
 .../SparkExecutableStageFunctionTest.java  |  2 +-
 .../wrappers/Twister2BoundedSource.java|  2 +-
 .../translators/functions/DoFnFunction.java|  2 +-
 .../org/apache/beam/sdk/transforms/PTransform.java |  3 +++
 70 files changed, 96 insertions(+), 67 deletions(-)



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 965c0e0278e Updating config from bot
965c0e0278e is described below

commit 965c0e0278eb2df06a5b7db15fe63eef86d26123
Author: github-actions 
AuthorDate: Mon Feb 26 09:05:52 2024 +

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

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30417.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30417.json
new file mode 100644
index 000..55cd2385442
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30417.json
@@ -0,0 +1,11 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"python": "jrmccluskey",
+"io": "bvolpato"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 8a644eb5537 Updating config from bot
8a644eb5537 is described below

commit 8a644eb55371860f357d059c22b2fb0a46ab9bcd
Author: github-actions 
AuthorDate: Mon Feb 26 09:05:54 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-io.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-io.json
index 449619032f4..7665cc6b9ee 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-io.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-io.json
@@ -6,7 +6,7 @@
 "pabloem": 1691787951165,
 "Abacn": 1708617959752,
 "ahmedabu98": 1708727693117,
-"bvolpato": 1708301990167,
+"bvolpato": 1708938350445,
 "manavgarg": 1690826779210,
 "damondouglas": 1708472093307
   }



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 b6016a4fe73 Updating config from bot
b6016a4fe73 is described below

commit b6016a4fe73ddefc5b3ed85ebe541b7750ee354e
Author: github-actions 
AuthorDate: Mon Feb 26 09:05:53 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index e39b76cce51..a33812c7a80 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -9,7 +9,7 @@
 "pabloem": 1681281324703,
 "y1chi": 1667002607045,
 "damccorm": 1708720500026,
-"jrmccluskey": 1708551323719,
+"jrmccluskey": 1708938350445,
 "riteshghorse": 1708551328258,
 "liferoad": 1708720496309
   }



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 fbfb8082ae8 Updating config from bot
fbfb8082ae8 is described below

commit fbfb8082ae883def9f451eb9586bcc94f5a8e818
Author: github-actions 
AuthorDate: Mon Feb 26 12:13:59 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30172.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30172.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30172.json
index 00e748fba87..12105dd4cc9 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-30172.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30172.json
@@ -1,8 +1,8 @@
 {
   "commentedAboutFailingChecks": false,
   "reviewersAssignedForLabels": {
-"java": "kennknowles",
-"io": "damondouglas",
+"java": "Abacn",
+"io": "chamikaramj",
 "bigtable": "igorbernstein2"
   },
   "nextAction": "Reviewers",



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 a9d74cc4db7 Updating config from bot
a9d74cc4db7 is described below

commit a9d74cc4db7f105e172d6e3d7c940023a6d87b29
Author: github-actions 
AuthorDate: Mon Feb 26 12:14:02 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-io.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-io.json
index 7665cc6b9ee..f5918923dc1 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-io.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-io.json
@@ -1,7 +1,7 @@
 {
   "label": "io",
   "dateOfLastReviewAssignment": {
-"chamikaramj": 1708517647073,
+"chamikaramj": 1708949637342,
 "johnjcasey": 1708720500026,
 "pabloem": 1691787951165,
 "Abacn": 1708617959752,



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 a59c5c1549f Updating config from bot
a59c5c1549f is described below

commit a59c5c1549f5e95d67ea6e0be5a4ebe36f0ccc89
Author: github-actions 
AuthorDate: Mon Feb 26 12:14:00 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-java.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-java.json
index 909ea49d2ca..111a918cb23 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-java.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-java.json
@@ -6,7 +6,7 @@
 "robertwb": 1708517646626,
 "kileys": 1674428678843,
 "apilloud": 1678822446183,
-"Abacn": 1707942885810,
+"Abacn": 1708949636030,
 "bvolpato": 1708709662294,
 "m-trieu": 1708617959752,
 "damondouglas": 1708472093307



(beam) branch users/damccorm/mpmath created (now 915e1233fa1)

2024-02-26 Thread damccorm
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch users/damccorm/mpmath
in repository https://gitbox.apache.org/repos/asf/beam.git


  at 915e1233fa1 Force downgrade mpmath to avoid test breakages

No new revisions were added by this update.



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 bcbe305bdec Updating config from bot
bcbe305bdec is described below

commit bcbe305bdec9ea5df1a18d3b337d93a807ceb05f
Author: github-actions 
AuthorDate: Mon Feb 26 14:41:45 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30388.json | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30388.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30388.json
index 242a48d7d3b..69723d9fe4e 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-30388.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30388.json
@@ -1,7 +1,10 @@
 {
   "commentedAboutFailingChecks": true,
-  "reviewersAssignedForLabels": {},
-  "nextAction": "Author",
+  "reviewersAssignedForLabels": {
+"python": "AnandInguva",
+"build": "Abacn"
+  },
+  "nextAction": "Reviewers",
   "stopReviewerNotifications": false,
   "remindAfterTestsPass": [],
   "committerAssigned": false



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 bb59ea820bc Updating config from bot
bb59ea820bc is described below

commit bb59ea820bcf3fc7aca47dbfb4cd5e0c713aaf78
Author: github-actions 
AuthorDate: Mon Feb 26 14:41:49 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-build.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-build.json
index 56ec3e43782..38e09dd6a09 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-build.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-build.json
@@ -2,6 +2,6 @@
   "label": "build",
   "dateOfLastReviewAssignment": {
 "damccorm": 1708472093307,
-"Abacn": 1708353275937
+"Abacn": 1708958504193
   }
 }
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 d758189e595 Updating config from bot
d758189e595 is described below

commit d758189e59596965faea259b9c2cef7a21574d3b
Author: github-actions 
AuthorDate: Mon Feb 26 14:41:47 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index a33812c7a80..8554a930bf9 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -1,7 +1,7 @@
 {
   "label": "python",
   "dateOfLastReviewAssignment": {
-"AnandInguva": 1708566478245,
+"AnandInguva": 1708958504193,
 "yeandy": 1665802753763,
 "TheNeuralBit": 1667896849319,
 "ryanthompson591": 1670002443548,



(beam) branch master updated: Bump github.com/aws/aws-sdk-go-v2/config from 1.26.2 to 1.27.4 in /sdks (#30415)

2024-02-26 Thread riteshghorse
This is an automated email from the ASF dual-hosted git repository.

riteshghorse 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 d5a2e3b3c9b Bump github.com/aws/aws-sdk-go-v2/config from 1.26.2 to 
1.27.4 in /sdks (#30415)
d5a2e3b3c9b is described below

commit d5a2e3b3c9bc12a6b0ae431bdc499925d37400dc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 26 09:59:52 2024 -0500

Bump github.com/aws/aws-sdk-go-v2/config from 1.26.2 to 1.27.4 in /sdks 
(#30415)

Bumps 
[github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) 
from 1.26.2 to 1.27.4.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- 
[Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.26.2...config/v1.27.4)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 sdks/go.mod | 26 +-
 sdks/go.sum | 52 ++--
 2 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/sdks/go.mod b/sdks/go.mod
index df02e9a9061..a58f77dc4eb 100644
--- a/sdks/go.mod
+++ b/sdks/go.mod
@@ -30,12 +30,12 @@ require (
cloud.google.com/go/pubsub v1.33.0
cloud.google.com/go/spanner v1.56.0
cloud.google.com/go/storage v1.36.0
-   github.com/aws/aws-sdk-go-v2 v1.24.1
-   github.com/aws/aws-sdk-go-v2/config v1.26.2
-   github.com/aws/aws-sdk-go-v2/credentials v1.16.16
+   github.com/aws/aws-sdk-go-v2 v1.25.2
+   github.com/aws/aws-sdk-go-v2/config v1.27.4
+   github.com/aws/aws-sdk-go-v2/credentials v1.17.4
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.13.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.42.2
-   github.com/aws/smithy-go v1.19.0
+   github.com/aws/smithy-go v1.20.1
github.com/docker/go-connections v0.5.0
github.com/dustin/go-humanize v1.0.1
github.com/go-sql-driver/mysql v1.7.1
@@ -124,18 +124,18 @@ require (
github.com/apache/thrift v0.16.0 // indirect
github.com/aws/aws-sdk-go v1.34.0 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 // indirect
-   github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 // indirect
-   github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 // indirect
-   github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 // indirect
-   github.com/aws/aws-sdk-go-v2/internal/ini v1.7.2 // indirect
+   github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.15.2 // indirect
+   github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.2 // indirect
+   github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.2 // indirect
+   github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.3 // indirect
-   github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 
// indirect
+   github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.1 
// indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.3 // 
indirect
-   github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 // 
indirect
+   github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.2 // 
indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.3 // 
indirect
-   github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect
-   github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
-   github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
+   github.com/aws/aws-sdk-go-v2/service/sso v1.20.1 // indirect
+   github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.1 // indirect
+   github.com/aws/aws-sdk-go-v2/service/sts v1.28.1 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
diff --git a/sdks/go.sum b/sdks/go.sum
index 50b6d2039fc..553dab3234a 100644
--- a/sdks/go.sum
+++ b/sdks/go.sum
@@ -81,39 +81,39 @@ github.com/aws/aws-sdk-go v1.30.19/go.mod 
h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZve
 github.com/aws/aws-sdk-go v1.34.0 
h1:brux2dRrlwCF5JhTL7MUT3WUwo9zfDHZZp3+g3Mvlmo=
 github.com/aws/aws-sdk-go v1.34.0/go.mod 
h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
 github.com/aws/aws-sdk-go-v2 v1.7.1/go.mod 
h1:L5LuPC1ZgDr2xQS7AmIec/Jlc7O/Y1u2KxJyNVab250=
-github.com/aws/aws-sdk-go-v2 v1.24.1 
h1:xAojnj+ktS95YZlDf0zxWBkbFtymPeDP+rvUQIH3uAU=
-github.com/aws/aws-sdk-go-v2 v1.24.1/go.mod 
h1:LNh45Br1YA

(beam) branch dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/config-1.27.4 deleted (was b45f4279434)

2024-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/config-1.27.4
in repository https://gitbox.apache.org/repos/asf/beam.git


 was b45f4279434 Bump github.com/aws/aws-sdk-go-v2/config from 1.26.2 to 
1.27.4 in /sdks

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 d6d6678fd6f Updating config from bot
d6d6678fd6f is described below

commit d6d6678fd6f641c395dfcdc29ea71f57ed39de98
Author: github-actions 
AuthorDate: Mon Feb 26 15:00:25 2024 +

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

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30390.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30390.json
index 40494bf71be..47cf66fd58c 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-30390.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30390.json
@@ -4,7 +4,7 @@
 "no-matching-label": "riteshghorse"
   },
   "nextAction": "Reviewers",
-  "stopReviewerNotifications": false,
+  "stopReviewerNotifications": true,
   "remindAfterTestsPass": [],
   "committerAssigned": false
 }
\ No newline at end of file



(beam) branch dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/service/s3-1.51.1 updated (f0c83f93626 -> b08a2ed13c9)

2024-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/service/s3-1.51.1
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard f0c83f93626 Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks
 add 436f3b223f0 [runners-core-java] restore original 
SerializablePipelineOptions
 add 4982f6ac6e4 [sdks-java-core] add serialVersionUID to PTransform
 add 4f13a4e1ea2 [runners-core] add jackson
 add 907a4514386 Merge pull request #30403: [flink] #30402 restore 
upgradability
 add d5a2e3b3c9b Bump github.com/aws/aws-sdk-go-v2/config from 1.26.2 to 
1.27.4 in /sdks (#30415)
 add b08a2ed13c9 Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f0c83f93626)
\
 N -- N -- N   
refs/heads/dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/service/s3-1.51.1
 (b08a2ed13c9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 runners/core-java/build.gradle |  2 ++
 .../construction/SerializablePipelineOptions.java  |  2 +-
 .../{metrics => construction}/package-info.java|  4 ++--
 .../SerializablePipelineOptionsTest.java   |  2 +-
 .../runners/flink/FlinkExecutionEnvironments.java  |  2 +-
 .../FlinkStreamingPortablePipelineTranslator.java  |  2 +-
 .../flink/FlinkStreamingTransformTranslators.java  |  2 +-
 .../translation/functions/FlinkDoFnFunction.java   |  2 +-
 .../functions/FlinkExecutableStageFunction.java|  2 +-
 .../FlinkExecutableStagePruningFunction.java   |  2 +-
 .../FlinkMergingNonShuffleReduceFunction.java  |  2 +-
 .../functions/FlinkMultiOutputPruningFunction.java |  2 +-
 .../functions/FlinkPartialReduceFunction.java  |  2 +-
 .../translation/functions/FlinkReduceFunction.java |  2 +-
 .../functions/FlinkStatefulDoFnFunction.java   |  2 +-
 .../translation/types/CoderTypeInformation.java|  2 +-
 .../translation/types/CoderTypeSerializer.java |  2 +-
 .../translation/wrappers/SourceInputFormat.java|  2 +-
 .../wrappers/streaming/DoFnOperator.java   |  2 +-
 .../streaming/ExecutableStageDoFnOperator.java |  2 +-
 .../streaming/KvToByteBufferKeySelector.java   |  2 +-
 .../streaming/SdfByteBufferKeySelector.java|  2 +-
 .../wrappers/streaming/WorkItemKeySelector.java|  2 +-
 .../wrappers/streaming/io/DedupingOperator.java|  2 +-
 .../streaming/io/UnboundedSourceWrapper.java   |  2 +-
 .../wrappers/streaming/io/source/FlinkSource.java  |  2 +-
 .../io/source/bounded/FlinkBoundedSource.java  |  2 +-
 .../io/source/unbounded/FlinkUnboundedSource.java  |  2 +-
 .../streaming/stableinput/BufferingDoFnRunner.java |  2 +-
 .../state/FlinkBroadcastStateInternals.java|  2 +-
 .../streaming/state/FlinkStateInternals.java   |  2 +-
 .../runners/flink/FlinkPipelineOptionsTest.java|  2 +-
 .../FlinkBroadcastStateInternalsTest.java  |  2 +-
 .../flink/streaming/FlinkStateInternalsTest.java   |  2 +-
 .../translation/types/CoderTypeSerializerTest.java |  2 +-
 .../wrappers/streaming/DoFnOperatorTest.java   |  2 +-
 .../streaming/ExecutableStageDoFnOperatorTest.java |  2 +-
 .../wrappers/streaming/WindowDoFnOperatorTest.java |  2 +-
 .../stableinput/BufferingDoFnRunnerTest.java   |  2 +-
 .../beam/runners/jet/JetTransformTranslators.java  |  2 +-
 .../beam/runners/jet/JetTranslationContext.java|  2 +-
 .../runners/jet/processors/AbstractParDoP.java |  2 +-
 .../runners/jet/processors/BoundedSourceP.java |  2 +-
 .../apache/beam/runners/jet/processors/ParDoP.java |  2 +-
 .../runners/jet/processors/StatefulParDoP.java |  2 +-
 .../runners/jet/processors/UnboundedSourceP.java   |  2 +-
 .../beam/runners/jet/processors/WindowGroupP.java  |  2 +-
 .../runners/samza/adapter/BoundedSourceSystem.java |  2 +-
 .../samza/adapter/UnboundedSourceSystem.java   |  2 +-
 .../SplittableParDoProcessKeyedElementsOp.java |  2 +-
 .../runners/samza/translation/ConfigBuilder.java   |  2 +-
 .../translation/PipelineTranslator.java|  2 +-
 .../translation/SparkSessionFactory.java   |  2 +-
 .../beam/runners/spark/io/SourceDStream.java   |  2 +-
 .../apache/beam/runners/spark/io/SourceRDD.java|  2 +-
 .../runners/spark/io/SparkUnboundedSource.java |  2 +-
 .../SparkGr

(beam) branch dependabot/go_modules/sdks/cloud.google.com/go/pubsub-1.36.1 updated (fc031b4fe5a -> 633f32e620e)

2024-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/cloud.google.com/go/pubsub-1.36.1
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard fc031b4fe5a Bump cloud.google.com/go/pubsub from 1.33.0 to 1.36.1 in 
/sdks
 add b78a3e1790f fix flaky StreamingEngineClientTest (#30322)
 add 6a8c27ef6fb Feature/add error handling for bqio (#30081)
 add 9d2fea44b59 Fix XVR test exclusions (#30354)
 add 12eee95e741 Bump timeout of PostCommit Java PVR Spark3 Streaming to 3h 
(#30356)
 add bd7ed76281a Add TensorflowHub embeddings to MLTransform (#30289)
 add b7b19cce7ae Add some tolerance for skippped images in cleaner (#30294)
 add fd886f4fa74 Add the ability to test examples from yaml docs.
 add ea1210c1be9 Merge pull request #30198 Add the ability to test examples 
from yaml docs.
 add e341b34ecf0 [YAML] Documentation redirects.
 add 5930886acad Merge pull request #30268 [YAML] Documentation redirects.
 add 4a407d36236 Also export AsMultiMap view. (#30370)
 add 5ec64464e15 Make state cache optional due to a potential performance 
regression for some users. (#30362)
 add 384c1034cd5 add bqio changes to CHANGES.md (#30369)
 add df73d04422d Metrics prefetcher script (#30327)
 add ca18808b6f9 Grafana flaky test alert (#30344)
 add 72af70d2198 Add a test to read and write GCS with gRPC enabled. 
(#30352)
 add 59e9ee9e02e Flaky test issue script (#30345)
 add 4885454e02a Restore yaml inline python page.
 add 294fc3baac3 Apply typo fix
 add d21ae3e46fc Merge pull request #30387 Restore yaml inline python page.
 add 103c834a9fd [YAML] Add note about running yaml pipelines directly via 
gcloud.
 add 7a68e93f0d4 Apply suggestions from code review
 add 2c1602bf1d6 Merge pull request #30381 [YAML] Add note about running 
yaml pipelines directly via gcloud.
 add 0ee18627202 [YAML] Delete redundant (and now broken) links at bottom 
of main yaml readme.
 add 215ae308f5b Merge pull request #30371 [YAML] Delete redundant (and now 
broken) links at bottom of main yaml page.
 add 450e7a779f9 Bump cryptography from 42.0.3 to 42.0.4 in 
/sdks/python/container/py311 (#30374)
 add 11f9bce485c Generate external transform wrappers using a script 
(#29834)
 add 8ba846dd344 Allow frame references to Beam Playground. (#30391)
 add 6c3eccd49b7 Duet AI Prompts: Apache Beam Runners  (#30346)
 add 3728f5c23c3 Update flink description.md to not refer to Dataflow 
(#30401)
 add ae8bbf86c9c Create PubSubIO Load test (#30286)
 add 03866ab526c Remove the CSP-blocked iframes pointing outside of 
apache.org (#30408)
 add d91800474e0 [YAML] Fix MapToFields output type inference
 add 20675c860f4 Merge pull request #30378 [YAML] Fix MapToFields error 
output type inference
 add 564279fc2ac Update beam-2.54.0.md about v2 default.
 add dbb68457128 Merge pull request #30411 Update beam-2.54.0.md about v2 
default.
 add 3094028a0e2 Use BeamModulePlugin org.json version in extensions/ml 
(#30406)
 add fb3f6692dbf Fix invalid escape sequence '\#' (#30393)
 add 436f3b223f0 [runners-core-java] restore original 
SerializablePipelineOptions
 add 4982f6ac6e4 [sdks-java-core] add serialVersionUID to PTransform
 add 4f13a4e1ea2 [runners-core] add jackson
 add 907a4514386 Merge pull request #30403: [flink] #30402 restore 
upgradability
 add d5a2e3b3c9b Bump github.com/aws/aws-sdk-go-v2/config from 1.26.2 to 
1.27.4 in /sdks (#30415)
 add 633f32e620e Bump cloud.google.com/go/pubsub from 1.33.0 to 1.36.1 in 
/sdks

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fc031b4fe5a)
\
 N -- N -- N   
refs/heads/dependabot/go_modules/sdks/cloud.google.com/go/pubsub-1.36.1 
(633f32e620e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../trigger_files/beam_PostCommit_Java.json|   0
 .../beam_PostCommit_Java_DataflowV1.json   |   0
 .../beam_PostCommit_Java_PVR_Spark3_Streaming.json |   0
 .../beam_PostCommit_Java_PVR_Spark_Batch.json  |   0
 ...ostCommit_Java_ValidatesRunner_Dataflow_V2.json |   0
 ...Java_ValidatesRunner_Dataflow_V2_Streaming.json |   0
 ...stCommit_Java_ValidatesRunner_Flink_Java11.json |   0
 ...a_ValidatesRunner_SparkStructuredStreaming.json |   0
 ...m_PostCommit_Java_Validat

(beam) branch dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.16.6 updated (52f1985333b -> 3d7a555ffc7)

2024-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.16.6
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 52f1985333b Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks
 add 436f3b223f0 [runners-core-java] restore original 
SerializablePipelineOptions
 add 4982f6ac6e4 [sdks-java-core] add serialVersionUID to PTransform
 add 4f13a4e1ea2 [runners-core] add jackson
 add 907a4514386 Merge pull request #30403: [flink] #30402 restore 
upgradability
 add d5a2e3b3c9b Bump github.com/aws/aws-sdk-go-v2/config from 1.26.2 to 
1.27.4 in /sdks (#30415)
 add 3d7a555ffc7 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (52f1985333b)
\
 N -- N -- N   
refs/heads/dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.16.6
 (3d7a555ffc7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 runners/core-java/build.gradle| 2 ++
 .../beam/runners/core}/construction/SerializablePipelineOptions.java  | 2 +-
 .../beam/runners/core/{metrics => construction}/package-info.java | 4 ++--
 .../runners/core}/construction/SerializablePipelineOptionsTest.java   | 2 +-
 .../org/apache/beam/runners/flink/FlinkExecutionEnvironments.java | 2 +-
 .../beam/runners/flink/FlinkStreamingPortablePipelineTranslator.java  | 2 +-
 .../apache/beam/runners/flink/FlinkStreamingTransformTranslators.java | 2 +-
 .../beam/runners/flink/translation/functions/FlinkDoFnFunction.java   | 2 +-
 .../flink/translation/functions/FlinkExecutableStageFunction.java | 2 +-
 .../translation/functions/FlinkExecutableStagePruningFunction.java| 2 +-
 .../translation/functions/FlinkMergingNonShuffleReduceFunction.java   | 2 +-
 .../flink/translation/functions/FlinkMultiOutputPruningFunction.java  | 2 +-
 .../flink/translation/functions/FlinkPartialReduceFunction.java   | 2 +-
 .../beam/runners/flink/translation/functions/FlinkReduceFunction.java | 2 +-
 .../flink/translation/functions/FlinkStatefulDoFnFunction.java| 2 +-
 .../beam/runners/flink/translation/types/CoderTypeInformation.java| 2 +-
 .../beam/runners/flink/translation/types/CoderTypeSerializer.java | 2 +-
 .../beam/runners/flink/translation/wrappers/SourceInputFormat.java| 2 +-
 .../runners/flink/translation/wrappers/streaming/DoFnOperator.java| 2 +-
 .../translation/wrappers/streaming/ExecutableStageDoFnOperator.java   | 2 +-
 .../translation/wrappers/streaming/KvToByteBufferKeySelector.java | 2 +-
 .../translation/wrappers/streaming/SdfByteBufferKeySelector.java  | 2 +-
 .../flink/translation/wrappers/streaming/WorkItemKeySelector.java | 2 +-
 .../flink/translation/wrappers/streaming/io/DedupingOperator.java | 2 +-
 .../translation/wrappers/streaming/io/UnboundedSourceWrapper.java | 2 +-
 .../flink/translation/wrappers/streaming/io/source/FlinkSource.java   | 2 +-
 .../wrappers/streaming/io/source/bounded/FlinkBoundedSource.java  | 2 +-
 .../wrappers/streaming/io/source/unbounded/FlinkUnboundedSource.java  | 2 +-
 .../wrappers/streaming/stableinput/BufferingDoFnRunner.java   | 2 +-
 .../wrappers/streaming/state/FlinkBroadcastStateInternals.java| 2 +-
 .../translation/wrappers/streaming/state/FlinkStateInternals.java | 2 +-
 .../java/org/apache/beam/runners/flink/FlinkPipelineOptionsTest.java  | 2 +-
 .../runners/flink/streaming/FlinkBroadcastStateInternalsTest.java | 2 +-
 .../apache/beam/runners/flink/streaming/FlinkStateInternalsTest.java  | 2 +-
 .../beam/runners/flink/translation/types/CoderTypeSerializerTest.java | 2 +-
 .../flink/translation/wrappers/streaming/DoFnOperatorTest.java| 2 +-
 .../wrappers/streaming/ExecutableStageDoFnOperatorTest.java   | 2 +-
 .../flink/translation/wrappers/streaming/WindowDoFnOperatorTest.java  | 2 +-
 .../wrappers/streaming/stableinput/BufferingDoFnRunnerTest.java   | 2 +-
 .../java/org/apache/beam/runners/jet/JetTransformTranslators.java | 2 +-
 .../main/java/org/apache/beam/runners/jet/JetTranslationContext.java  | 2 +-
 .../java/org/apache/beam/runners/jet/processors/AbstractParDoP.java   | 2 +-
 .../java/org/apache/beam/runners/jet/processors/BoundedSource

(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 da90e5b6316 Updating config from bot
da90e5b6316 is described below

commit da90e5b6316df242bc5af2a76035de8db81ab004
Author: github-actions 
AuthorDate: Mon Feb 26 16:06:22 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30363.json | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30363.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30363.json
index 242a48d7d3b..8ea94810368 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-30363.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30363.json
@@ -1,7 +1,9 @@
 {
-  "commentedAboutFailingChecks": true,
-  "reviewersAssignedForLabels": {},
-  "nextAction": "Author",
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"go": "lostluck"
+  },
+  "nextAction": "Reviewers",
   "stopReviewerNotifications": false,
   "remindAfterTestsPass": [],
   "committerAssigned": false



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 7b6af72fedd Updating config from bot
7b6af72fedd is described below

commit 7b6af72feddf1d8a3cbdb732887ef4ed33e47458
Author: github-actions 
AuthorDate: Mon Feb 26 16:06:23 2024 +

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 9759fe91aa2..43019bf47c7 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-go.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-go.json
@@ -1,7 +1,7 @@
 {
   "label": "go",
   "dateOfLastReviewAssignment": {
-"lostluck": 1707887188122,
+"lostluck": 1708963581225,
 "jrmccluskey": 1708664785161,
 "youngoli": 1657688896155,
 "damccorm": 1680501930289,



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 9a6622cc3b5 Updating config from bot
9a6622cc3b5 is described below

commit 9a6622cc3b5cc73c64acd65185c26c933f1f2dff
Author: github-actions 
AuthorDate: Mon Feb 26 16:34:22 2024 +

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

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-29566.json 
b/scripts/ci/pr-bot/state/pr-state/pr-29566.json
index c9a8c6fe8cd..f6eee736ce5 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-29566.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-29566.json
@@ -5,7 +5,7 @@
 "io": "ahmedabu98"
   },
   "nextAction": "Reviewers",
-  "stopReviewerNotifications": false,
+  "stopReviewerNotifications": true,
   "remindAfterTestsPass": [],
   "committerAssigned": false
 }
\ No newline at end of file



(beam) branch asf-site updated: Publishing website 2024/02/26 17:37:57 at commit d5a2e3b

2024-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot 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 6d4ab9d0148 Publishing website 2024/02/26 17:37:57 at commit d5a2e3b
6d4ab9d0148 is described below

commit 6d4ab9d0148470282f96b2c1b4f10a7ddd04241d
Author: runner 
AuthorDate: Mon Feb 26 17:37:57 2024 +

Publishing website 2024/02/26 17:37:57 at commit d5a2e3b
---
 website/generated-content/sitemap.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index df628b5a7cc..bcd83366307 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";>/blog/beam-2.54.0/2024-02-26T09:05:23+01:00/categories/blog/2024-02-26T09:05:23+01:00/blog/2024-02-26T09:05:23+01:00/categories/2024-02-26T09:05:23+01:00/catego
 [...]
\ No newline at end of file
+http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";>/blog/beam-2.54.0/2024-02-26T09:59:52-05:00/categories/blog/2024-02-26T09:59:52-05:00/blog/2024-02-26T09:59:52-05:00/categories/2024-02-26T09:59:52-05:00/catego
 [...]
\ No newline at end of file



(beam) branch master updated: Implementing lull reporting at bundle level processing (#29882)

2024-02-26 Thread scwhittle
This is an automated email from the ASF dual-hosted git repository.

scwhittle 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 ffe2dba5320 Implementing lull reporting at bundle level processing 
(#29882)
ffe2dba5320 is described below

commit ffe2dba532028cdbbb5bca9c374f0a2d756ee8bf
Author: Arvind Ram 
AuthorDate: Mon Feb 26 12:23:45 2024 -0800

Implementing lull reporting at bundle level processing (#29882)
---
 .../core/metrics/ExecutionStateTracker.java|  25 
 .../dataflow/worker/DataflowExecutionContext.java  | 117 -
 .../dataflow/worker/DataflowOperationContext.java  |  80 +---
 .../runners/dataflow/worker/StackTraceUtil.java|  66 ++
 .../worker/DataflowExecutionStateTrackerTest.java  | 140 -
 .../worker/DataflowOperationContextTest.java   |  80 ++--
 6 files changed, 353 insertions(+), 155 deletions(-)

diff --git 
a/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/ExecutionStateTracker.java
 
b/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/ExecutionStateTracker.java
index dc6fd2f8248..b0b8f0107f3 100644
--- 
a/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/ExecutionStateTracker.java
+++ 
b/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/ExecutionStateTracker.java
@@ -46,6 +46,7 @@ public class ExecutionStateTracker implements 
Comparable
   new ConcurrentHashMap<>();
 
   private static final long LULL_REPORT_MS = TimeUnit.MINUTES.toMillis(5);
+  private static final long BUNDLE_LULL_REPORT_MS = 
TimeUnit.MINUTES.toMillis(10);
   private static final AtomicIntegerFieldUpdater 
SAMPLING_UPDATER =
   AtomicIntegerFieldUpdater.newUpdater(ExecutionStateTracker.class, 
"sampling");
 
@@ -139,8 +140,17 @@ public class ExecutionStateTracker implements 
Comparable
*/
   private volatile long millisSinceLastTransition = 0;
 
+  /**
+   * The number of milliseconds since the {@link ExecutionStateTracker} 
initial state.
+   *
+   * This variable is updated by the Sampling thread, and read by the 
Progress Reporting thread,
+   * thus it being marked volatile.
+   */
+  private volatile long millisSinceBundleStart = 0;
+
   private long transitionsAtLastSample = 0;
   private long nextLullReportMs = LULL_REPORT_MS;
+  private long nextBundleLullReportMs = BUNDLE_LULL_REPORT_MS;
 
   public ExecutionStateTracker(ExecutionStateSampler sampler) {
 this.sampler = sampler;
@@ -155,8 +165,10 @@ public class ExecutionStateTracker implements 
Comparable
 currentState = null;
 numTransitions = 0;
 millisSinceLastTransition = 0;
+millisSinceBundleStart = 0;
 transitionsAtLastSample = 0;
 nextLullReportMs = LULL_REPORT_MS;
+nextBundleLullReportMs = BUNDLE_LULL_REPORT_MS;
   }
 
   @VisibleForTesting
@@ -335,6 +347,19 @@ public class ExecutionStateTracker implements 
Comparable
   transitionsAtLastSample = transitionsAtThisSample;
 }
 updateMillisSinceLastTransition(millisSinceLastSample, state);
+updateMillisSinceBundleStart(millisSinceLastSample);
+  }
+
+  // Override this to implement bundle level lull reporting.
+  protected void reportBundleLull(long millisSinceBundleStart) {}
+
+  @SuppressWarnings("NonAtomicVolatileUpdate")
+  private void updateMillisSinceBundleStart(long millisSinceLastSample) {
+millisSinceBundleStart += millisSinceLastSample;
+if (millisSinceBundleStart > nextBundleLullReportMs) {
+  reportBundleLull(millisSinceBundleStart);
+  nextBundleLullReportMs += BUNDLE_LULL_REPORT_MS;
+}
   }
 
   @SuppressWarnings("NonAtomicVolatileUpdate")
diff --git 
a/runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/DataflowExecutionContext.java
 
b/runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/DataflowExecutionContext.java
index 080fa7c9dac..16ff2975b02 100644
--- 
a/runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/DataflowExecutionContext.java
+++ 
b/runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/DataflowExecutionContext.java
@@ -19,6 +19,7 @@ package org.apache.beam.runners.dataflow.worker;
 
 import static 
org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.base.Preconditions.checkNotNull;
 
+import com.google.api.client.util.Clock;
 import com.google.api.services.dataflow.model.SideInputInfo;
 import java.io.Closeable;
 import java.io.IOException;
@@ -29,6 +30,8 @@ import java.util.IntSummaryStatistics;
 import java.util.LinkedHashMap;
 import java.util.Map;
 import java.util.Optional;
+import java.util.logging.Level;
+import java.util.logging.LogRecord;
 import java.util.stream.Collectors;
 import javax.annotation.concurrent.GuardedBy;
 import 

(beam) branch master updated: Remove some uses of ClassLoadingStrategy.Default.INJECTION (#30367)

2024-02-26 Thread scwhittle
This is an automated email from the ASF dual-hosted git repository.

scwhittle 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 6406cfe3c9b Remove some uses of ClassLoadingStrategy.Default.INJECTION 
(#30367)
6406cfe3c9b is described below

commit 6406cfe3c9b613e3a5aef334c458d7e20c5502c2
Author: Sam Whittle 
AuthorDate: Mon Feb 26 21:34:27 2024 +0100

Remove some uses of ClassLoadingStrategy.Default.INJECTION (#30367)
---
 .../java/org/apache/beam/sdk/schemas/utils/AutoValueUtils.java | 10 +-
 .../main/java/org/apache/beam/sdk/schemas/utils/POJOUtils.java |  3 +--
 .../sdk/extensions/avro/schemas/utils/AvroByteBuddyUtils.java  |  5 +++--
 .../org/apache/beam/sdk/io/aws2/schemas/AwsSchemaUtils.java|  4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git 
a/sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/AutoValueUtils.java
 
b/sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/AutoValueUtils.java
index 769b2287941..dcbbf70888d 100644
--- 
a/sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/AutoValueUtils.java
+++ 
b/sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/AutoValueUtils.java
@@ -17,6 +17,7 @@
  */
 package org.apache.beam.sdk.schemas.utils;
 
+import static org.apache.beam.sdk.util.ByteBuddyUtils.getClassLoadingStrategy;
 import static 
org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.base.Preconditions.checkNotNull;
 
 import java.lang.reflect.Constructor;
@@ -32,11 +33,10 @@ import java.util.Optional;
 import java.util.function.Function;
 import java.util.stream.Collectors;
 import net.bytebuddy.ByteBuddy;
-import net.bytebuddy.asm.AsmVisitorWrapper;
+import net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods;
 import net.bytebuddy.description.method.MethodDescription.ForLoadedMethod;
 import net.bytebuddy.description.type.TypeDescription.ForLoadedType;
 import net.bytebuddy.dynamic.DynamicType;
-import net.bytebuddy.dynamic.loading.ClassLoadingStrategy;
 import net.bytebuddy.dynamic.scaffold.InstrumentedType;
 import net.bytebuddy.implementation.Implementation;
 import net.bytebuddy.implementation.bytecode.ByteCodeAppender;
@@ -227,7 +227,7 @@ public class AutoValueUtils {
 
   private static final ByteBuddy BYTE_BUDDY = new ByteBuddy();
 
-  static SchemaUserTypeCreator createBuilderCreator(
+  private static SchemaUserTypeCreator createBuilderCreator(
   Class builderClass,
   List setterMethods,
   Method buildMethod,
@@ -242,9 +242,9 @@ public class AutoValueUtils {
   .intercept(
   new BuilderCreateInstruction(types, setterMethods, 
builderClass, buildMethod));
   return builder
-  .visit(new 
AsmVisitorWrapper.ForDeclaredMethods().writerFlags(ClassWriter.COMPUTE_FRAMES))
+  .visit(new 
ForDeclaredMethods().writerFlags(ClassWriter.COMPUTE_FRAMES))
   .make()
-  .load(ReflectHelpers.findClassLoader(), 
ClassLoadingStrategy.Default.INJECTION)
+  .load(ReflectHelpers.findClassLoader(), 
getClassLoadingStrategy(builderClass))
   .getLoaded()
   .getDeclaredConstructor()
   .newInstance();
diff --git 
a/sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/POJOUtils.java 
b/sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/POJOUtils.java
index 66b0a591057..93875a20707 100644
--- 
a/sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/POJOUtils.java
+++ 
b/sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/utils/POJOUtils.java
@@ -32,7 +32,6 @@ import net.bytebuddy.asm.AsmVisitorWrapper;
 import net.bytebuddy.description.field.FieldDescription.ForLoadedField;
 import net.bytebuddy.description.type.TypeDescription.ForLoadedType;
 import net.bytebuddy.dynamic.DynamicType;
-import net.bytebuddy.dynamic.loading.ClassLoadingStrategy;
 import net.bytebuddy.dynamic.scaffold.InstrumentedType;
 import net.bytebuddy.implementation.FixedValue;
 import net.bytebuddy.implementation.Implementation;
@@ -253,7 +252,7 @@ public class POJOUtils {
   return builder
   .visit(new 
AsmVisitorWrapper.ForDeclaredMethods().writerFlags(ClassWriter.COMPUTE_FRAMES))
   .make()
-  .load(ReflectHelpers.findClassLoader(), 
ClassLoadingStrategy.Default.INJECTION)
+  .load(ReflectHelpers.findClassLoader(), 
getClassLoadingStrategy(clazz))
   .getLoaded()
   .getDeclaredConstructor()
   .newInstance();
diff --git 
a/sdks/java/extensions/avro/src/main/java/org/apache/beam/sdk/extensions/avro/schemas/utils/AvroByteBuddyUtils.java
 
b/sdks/java/extensions/avro/src/main/java/org/apache/beam/sdk/extensions/avro/schemas/utils/AvroByteBuddyUtils.java
index e07f6ffb468..0a82663c177 100644
--- 
a/sdks/java/extensions/avro/src/main/java/org/apache/beam/sdk/extensions/avro/schemas/utils/AvroByteBuddyUtils.java
+++ 
b

(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 4a1807fdcd3 Updating config from bot
4a1807fdcd3 is described below

commit 4a1807fdcd337c5c313a488a6f14bbf21931579d
Author: github-actions 
AuthorDate: Mon Feb 26 21:08:30 2024 +

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

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30424.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30424.json
new file mode 100644
index 000..25dfed5a0d2
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30424.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"no-matching-label": "robertwb"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 2044fcc9a89 Updating config from bot
2044fcc9a89 is described below

commit 2044fcc9a89473381a866941cf21c08737231168
Author: github-actions 
AuthorDate: Mon Feb 26 21:08:32 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json
index f194d960830..e3bb71ba845 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json
@@ -10,7 +10,7 @@
 "kennknowles": 1708366002700,
 "lostluck": 1708680864022,
 "riteshghorse": 1708649349461,
-"robertwb": 1707439749951,
+"robertwb": 1708981708933,
 "tvalentyn": 1707500109845,
 "damondouglas": 1708824506984
   }



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 83413614a08 Updating config from bot
83413614a08 is described below

commit 83413614a0814f123d96dfd24c333feb78b445e2
Author: github-actions 
AuthorDate: Mon Feb 26 21:08:36 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index 8554a930bf9..c44d4ed4b1e 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -10,7 +10,7 @@
 "y1chi": 1667002607045,
 "damccorm": 1708720500026,
 "jrmccluskey": 1708938350445,
-"riteshghorse": 1708551328258,
+"riteshghorse": 1708981713581,
 "liferoad": 1708720496309
   }
 }
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 9e7252c80e2 Updating config from bot
9e7252c80e2 is described below

commit 9e7252c80e2ae8b207f7531bb342e170e22bf29e
Author: github-actions 
AuthorDate: Mon Feb 26 21:08:34 2024 +

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

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



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 950c59266a5 Updating config from bot
950c59266a5 is described below

commit 950c59266a566fe745e938cb7313d8ef79a70145
Author: github-actions 
AuthorDate: Mon Feb 26 21:34:50 2024 +

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

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30425.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30425.json
new file mode 100644
index 000..242a48d7d3b
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30425.json
@@ -0,0 +1,8 @@
+{
+  "commentedAboutFailingChecks": true,
+  "reviewersAssignedForLabels": {},
+  "nextAction": "Author",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch dependabot/pip/sdks/python/container/py310/orjson-3.9.15 created (now 9dff3b34588)

2024-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/pip/sdks/python/container/py310/orjson-3.9.15
in repository https://gitbox.apache.org/repos/asf/beam.git


  at 9dff3b34588 Bump orjson from 3.9.14 to 3.9.15 in 
/sdks/python/container/py310

No new revisions were added by this update.



(beam) branch dependabot/pip/sdks/python/container/py39/orjson-3.9.15 created (now f9ac96d1eb1)

2024-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/pip/sdks/python/container/py39/orjson-3.9.15
in repository https://gitbox.apache.org/repos/asf/beam.git


  at f9ac96d1eb1 Bump orjson from 3.9.14 to 3.9.15 in 
/sdks/python/container/py39

No new revisions were added by this update.



(beam) branch dependabot/pip/sdks/python/container/py311/orjson-3.9.15 created (now f8c9fd4b4c8)

2024-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/pip/sdks/python/container/py311/orjson-3.9.15
in repository https://gitbox.apache.org/repos/asf/beam.git


  at f8c9fd4b4c8 Bump orjson from 3.9.14 to 3.9.15 in 
/sdks/python/container/py311

No new revisions were added by this update.



(beam) branch dependabot/pip/sdks/python/container/py38/orjson-3.9.15 created (now 2d0fd884f48)

2024-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/pip/sdks/python/container/py38/orjson-3.9.15
in repository https://gitbox.apache.org/repos/asf/beam.git


  at 2d0fd884f48 Bump orjson from 3.9.14 to 3.9.15 in 
/sdks/python/container/py38

No new revisions were added by this update.



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 b65b2dc25c6 Updating config from bot
b65b2dc25c6 is described below

commit b65b2dc25c6b9be1af7d19378bfc4b513c62b6c6
Author: github-actions 
AuthorDate: Mon Feb 26 23:05:45 2024 +

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

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



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 c0ac26bcd00 Updating config from bot
c0ac26bcd00 is described below

commit c0ac26bcd00bf312562cb7ed2ba2880b46b574b3
Author: github-actions 
AuthorDate: Mon Feb 26 23:05:48 2024 +

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

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



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 aec5d0acb6b Updating config from bot
aec5d0acb6b is described below

commit aec5d0acb6b45340c29e9daa2b16e40b56ece71b
Author: github-actions 
AuthorDate: Mon Feb 26 23:05:52 2024 +

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

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



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 0fd1c8b9b9b Updating config from bot
0fd1c8b9b9b is described below

commit 0fd1c8b9b9b79125e3bb32301051c3fea9f10334
Author: github-actions 
AuthorDate: Mon Feb 26 23:05:49 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index ce9ce5ab7ad..1f4c1e35644 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -8,7 +8,7 @@
 "tvalentyn": 1708727693117,
 "pabloem": 1681281324703,
 "y1chi": 1667002607045,
-"damccorm": 1708720500026,
+"damccorm": 1708988747865,
 "jrmccluskey": 1708938350445,
 "riteshghorse": 1708981713581,
 "liferoad": 1708988744246



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 38284ec2cc8 Updating config from bot
38284ec2cc8 is described below

commit 38284ec2cc8dae0df527b1ee092b2bcfc7c1e407
Author: github-actions 
AuthorDate: Mon Feb 26 23:05:53 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index 1f4c1e35644..ebc65469590 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -5,7 +5,7 @@
 "yeandy": 1665802753763,
 "TheNeuralBit": 1667896849319,
 "ryanthompson591": 1670002443548,
-"tvalentyn": 1708727693117,
+"tvalentyn": 1708988751063,
 "pabloem": 1681281324703,
 "y1chi": 1667002607045,
 "damccorm": 1708988747865,



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 f00cc9171fd Updating config from bot
f00cc9171fd is described below

commit f00cc9171fd0922d251e65744fc48556f3f6edce
Author: github-actions 
AuthorDate: Mon Feb 26 23:05:56 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index ebc65469590..f7e5c1f117b 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -9,7 +9,7 @@
 "pabloem": 1681281324703,
 "y1chi": 1667002607045,
 "damccorm": 1708988747865,
-"jrmccluskey": 1708938350445,
+"jrmccluskey": 1708988754468,
 "riteshghorse": 1708981713581,
 "liferoad": 1708988744246
   }



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 ca85dcba3b0 Updating config from bot
ca85dcba3b0 is described below

commit ca85dcba3b04768d63e2b730607af45da7ddc39c
Author: github-actions 
AuthorDate: Mon Feb 26 23:05:55 2024 +

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

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



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 0a9d5a8fc9c Updating config from bot
0a9d5a8fc9c is described below

commit 0a9d5a8fc9c490ad1d5a4f12dd833783f7728e55
Author: github-actions 
AuthorDate: Mon Feb 26 23:05:46 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index c44d4ed4b1e..ce9ce5ab7ad 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -11,6 +11,6 @@
 "damccorm": 1708720500026,
 "jrmccluskey": 1708938350445,
 "riteshghorse": 1708981713581,
-"liferoad": 1708720496309
+"liferoad": 1708988744246
   }
 }
\ No newline at end of file



(beam) branch master updated (6406cfe3c9b -> 2ae4a28e6fc)

2024-02-26 Thread riteshghorse
This is an automated email from the ASF dual-hosted git repository.

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


from 6406cfe3c9b Remove some uses of ClassLoadingStrategy.Default.INJECTION 
(#30367)
 add 2ae4a28e6fc Force downgrade mpmath to avoid test breakages (#30418)

No new revisions were added by this update.

Summary of changes:
 sdks/python/tox.ini | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)



(beam) branch asf-site updated: Publishing website 2024/02/26 23:37:36 at commit 2ae4a28

2024-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot 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 0e2220df025 Publishing website 2024/02/26 23:37:36 at commit 2ae4a28
0e2220df025 is described below

commit 0e2220df0258829dd3693a468f555f262a52de15
Author: runner 
AuthorDate: Mon Feb 26 23:37:36 2024 +

Publishing website 2024/02/26 23:37:36 at commit 2ae4a28
---
 website/generated-content/sitemap.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index bcd83366307..4ae94f00ea8 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";>/blog/beam-2.54.0/2024-02-26T09:59:52-05:00/categories/blog/2024-02-26T09:59:52-05:00/blog/2024-02-26T09:59:52-05:00/categories/2024-02-26T09:59:52-05:00/catego
 [...]
\ No newline at end of file
+http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";>/blog/beam-2.54.0/2024-02-26T18:18:14-05:00/categories/blog/2024-02-26T18:18:14-05:00/blog/2024-02-26T18:18:14-05:00/categories/2024-02-26T18:18:14-05:00/catego
 [...]
\ No newline at end of file



(beam) branch dependabot/pip/sdks/python/container/py39/orjson-3.9.15 deleted (was f9ac96d1eb1)

2024-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/pip/sdks/python/container/py39/orjson-3.9.15
in repository https://gitbox.apache.org/repos/asf/beam.git


 was f9ac96d1eb1 Bump orjson from 3.9.14 to 3.9.15 in 
/sdks/python/container/py39

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 2a675adaef3 Updating config from bot
2a675adaef3 is described below

commit 2a675adaef308166fec29afaeb5b8b9774b9fff3
Author: github-actions 
AuthorDate: Tue Feb 27 01:25:10 2024 +

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

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30431.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30431.json
new file mode 100644
index 000..f0f36de0e32
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30431.json
@@ -0,0 +1,11 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"java": "kennknowles",
+"io": "Abacn"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 6e60e3edc49 Updating config from bot
6e60e3edc49 is described below

commit 6e60e3edc491535b5859182c25bf2b14f417db09
Author: github-actions 
AuthorDate: Tue Feb 27 01:25:13 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-io.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-io.json
index f5918923dc1..b2b5d641d1f 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-io.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-io.json
@@ -4,7 +4,7 @@
 "chamikaramj": 1708949637342,
 "johnjcasey": 1708720500026,
 "pabloem": 1691787951165,
-"Abacn": 1708617959752,
+"Abacn": 1708997109122,
 "ahmedabu98": 1708727693117,
 "bvolpato": 1708938350445,
 "manavgarg": 1690826779210,



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 4f72748fbc9 Updating config from bot
4f72748fbc9 is described below

commit 4f72748fbc9d24a825a6b99928e2fbc226979e9b
Author: github-actions 
AuthorDate: Tue Feb 27 01:25:11 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-java.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-java.json
index 111a918cb23..36dd7169ced 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-java.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-java.json
@@ -2,7 +2,7 @@
   "label": "java",
   "dateOfLastReviewAssignment": {
 "lukecwik": 1680701852535,
-"kennknowles": 1708454495229,
+"kennknowles": 1708997109122,
 "robertwb": 1708517646626,
 "kileys": 1674428678843,
 "apilloud": 1678822446183,



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 6e17560928e Updating config from bot
6e17560928e is described below

commit 6e17560928e2be041d433673b725f88f21c36d0f
Author: github-actions 
AuthorDate: Tue Feb 27 01:47:39 2024 +

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

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30432.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30432.json
new file mode 100644
index 000..9ad2820ae6d
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30432.json
@@ -0,0 +1,11 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"java": "robertwb",
+"io": "johnjcasey"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 6c0baeaca11 Updating config from bot
6c0baeaca11 is described below

commit 6c0baeaca119c3f76d9b028fa7bd1dbc3a3739ce
Author: github-actions 
AuthorDate: Tue Feb 27 01:47:40 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-java.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-java.json
index 36dd7169ced..28f70e2eae8 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-java.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-java.json
@@ -3,7 +3,7 @@
   "dateOfLastReviewAssignment": {
 "lukecwik": 1680701852535,
 "kennknowles": 1708997109122,
-"robertwb": 1708517646626,
+"robertwb": 1708998457909,
 "kileys": 1674428678843,
 "apilloud": 1678822446183,
 "Abacn": 1708949636030,



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 e468a2dd9fb Updating config from bot
e468a2dd9fb is described below

commit e468a2dd9fbe9bc610623f9b15b79822554f19e8
Author: github-actions 
AuthorDate: Tue Feb 27 01:47:43 2024 +

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

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30430.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30430.json
new file mode 100644
index 000..242a48d7d3b
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30430.json
@@ -0,0 +1,8 @@
+{
+  "commentedAboutFailingChecks": true,
+  "reviewersAssignedForLabels": {},
+  "nextAction": "Author",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 86dd4105c6c Updating config from bot
86dd4105c6c is described below

commit 86dd4105c6cff2ae370b3d76729044c5fa010b2f
Author: github-actions 
AuthorDate: Tue Feb 27 01:47:41 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-io.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-io.json
index b2b5d641d1f..a5910484c1f 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-io.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-io.json
@@ -2,7 +2,7 @@
   "label": "io",
   "dateOfLastReviewAssignment": {
 "chamikaramj": 1708949637342,
-"johnjcasey": 1708720500026,
+"johnjcasey": 1708998457909,
 "pabloem": 1691787951165,
 "Abacn": 1708997109122,
 "ahmedabu98": 1708727693117,



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 d51a37d395f Updating config from bot
d51a37d395f is described below

commit d51a37d395f493b8430790ed70890a0438fa51a1
Author: github-actions 
AuthorDate: Tue Feb 27 02:00:16 2024 +

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

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30433.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30433.json
new file mode 100644
index 000..9c2aa5aa212
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30433.json
@@ -0,0 +1,8 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {},
+  "nextAction": "Author",
+  "stopReviewerNotifications": true,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch nightly-refs/heads/master updated (fb3f6692dbf -> 2ae4a28e6fc)

2024-02-26 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 fb3f6692dbf Fix invalid escape sequence '\#' (#30393)
 add 436f3b223f0 [runners-core-java] restore original 
SerializablePipelineOptions
 add 4982f6ac6e4 [sdks-java-core] add serialVersionUID to PTransform
 add 4f13a4e1ea2 [runners-core] add jackson
 add 907a4514386 Merge pull request #30403: [flink] #30402 restore 
upgradability
 add d5a2e3b3c9b Bump github.com/aws/aws-sdk-go-v2/config from 1.26.2 to 
1.27.4 in /sdks (#30415)
 add ffe2dba5320 Implementing lull reporting at bundle level processing 
(#29882)
 add 6406cfe3c9b Remove some uses of ClassLoadingStrategy.Default.INJECTION 
(#30367)
 add 2ae4a28e6fc Force downgrade mpmath to avoid test breakages (#30418)

No new revisions were added by this update.

Summary of changes:
 runners/core-java/build.gradle |   2 +
 .../construction/SerializablePipelineOptions.java  |   2 +-
 .../{metrics => construction}/package-info.java|   4 +-
 .../core/metrics/ExecutionStateTracker.java|  25 
 .../SerializablePipelineOptionsTest.java   |   2 +-
 .../runners/flink/FlinkExecutionEnvironments.java  |   2 +-
 .../FlinkStreamingPortablePipelineTranslator.java  |   2 +-
 .../flink/FlinkStreamingTransformTranslators.java  |   2 +-
 .../translation/functions/FlinkDoFnFunction.java   |   2 +-
 .../functions/FlinkExecutableStageFunction.java|   2 +-
 .../FlinkExecutableStagePruningFunction.java   |   2 +-
 .../FlinkMergingNonShuffleReduceFunction.java  |   2 +-
 .../functions/FlinkMultiOutputPruningFunction.java |   2 +-
 .../functions/FlinkPartialReduceFunction.java  |   2 +-
 .../translation/functions/FlinkReduceFunction.java |   2 +-
 .../functions/FlinkStatefulDoFnFunction.java   |   2 +-
 .../translation/types/CoderTypeInformation.java|   2 +-
 .../translation/types/CoderTypeSerializer.java |   2 +-
 .../translation/wrappers/SourceInputFormat.java|   2 +-
 .../wrappers/streaming/DoFnOperator.java   |   2 +-
 .../streaming/ExecutableStageDoFnOperator.java |   2 +-
 .../streaming/KvToByteBufferKeySelector.java   |   2 +-
 .../streaming/SdfByteBufferKeySelector.java|   2 +-
 .../wrappers/streaming/WorkItemKeySelector.java|   2 +-
 .../wrappers/streaming/io/DedupingOperator.java|   2 +-
 .../streaming/io/UnboundedSourceWrapper.java   |   2 +-
 .../wrappers/streaming/io/source/FlinkSource.java  |   2 +-
 .../io/source/bounded/FlinkBoundedSource.java  |   2 +-
 .../io/source/unbounded/FlinkUnboundedSource.java  |   2 +-
 .../streaming/stableinput/BufferingDoFnRunner.java |   2 +-
 .../state/FlinkBroadcastStateInternals.java|   2 +-
 .../streaming/state/FlinkStateInternals.java   |   2 +-
 .../runners/flink/FlinkPipelineOptionsTest.java|   2 +-
 .../FlinkBroadcastStateInternalsTest.java  |   2 +-
 .../flink/streaming/FlinkStateInternalsTest.java   |   2 +-
 .../translation/types/CoderTypeSerializerTest.java |   2 +-
 .../wrappers/streaming/DoFnOperatorTest.java   |   2 +-
 .../streaming/ExecutableStageDoFnOperatorTest.java |   2 +-
 .../wrappers/streaming/WindowDoFnOperatorTest.java |   2 +-
 .../stableinput/BufferingDoFnRunnerTest.java   |   2 +-
 .../dataflow/worker/DataflowExecutionContext.java  | 117 -
 .../dataflow/worker/DataflowOperationContext.java  |  80 +---
 .../runners/dataflow/worker/StackTraceUtil.java|  66 ++
 .../worker/DataflowExecutionStateTrackerTest.java  | 140 -
 .../worker/DataflowOperationContextTest.java   |  80 ++--
 .../beam/runners/jet/JetTransformTranslators.java  |   2 +-
 .../beam/runners/jet/JetTranslationContext.java|   2 +-
 .../runners/jet/processors/AbstractParDoP.java |   2 +-
 .../runners/jet/processors/BoundedSourceP.java |   2 +-
 .../apache/beam/runners/jet/processors/ParDoP.java |   2 +-
 .../runners/jet/processors/StatefulParDoP.java |   2 +-
 .../runners/jet/processors/UnboundedSourceP.java   |   2 +-
 .../beam/runners/jet/processors/WindowGroupP.java  |   2 +-
 .../runners/samza/adapter/BoundedSourceSystem.java |   2 +-
 .../samza/adapter/UnboundedSourceSystem.java   |   2 +-
 .../SplittableParDoProcessKeyedElementsOp.java |   2 +-
 .../runners/samza/translation/ConfigBuilder.java   |   2 +-
 .../translation/PipelineTranslator.java|   2 +-
 .../translation/SparkSessionFactory.java   |   2 +-
 .../beam/runners/spark/io/SourceDStream.java   |   2 +-
 .../apache/beam/runners/spark/io/SourceRDD.java|   2 +-
 .../runners/spark/io/SparkUnboundedSource.java |   2 +-
 .../SparkGroupAlsoByWindowViaWindowSet.java|   2 +-
 .../runners/spark/stateful/StateSpecFunctions.java |   2 +-
 .../spark/translation/EvaluationContext.java   |   2 +-

(beam) branch dependabot/go_modules/sdks/google.golang.org/grpc-1.62.0 created (now 971dac3718b)

2024-02-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/google.golang.org/grpc-1.62.0
in repository https://gitbox.apache.org/repos/asf/beam.git


  at 971dac3718b Bump google.golang.org/grpc from 1.61.0 to 1.62.0 in /sdks

No new revisions were added by this update.



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 4c9086a740d Updating config from bot
4c9086a740d is described below

commit 4c9086a740d9d0e7194c4028a7d29bac9f6b2249
Author: github-actions 
AuthorDate: Tue Feb 27 05:06:41 2024 +

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

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



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 b6fc4055983 Updating config from bot
b6fc4055983 is described below

commit b6fc405598339f259bbabfdb59637f2326eccc8c
Author: github-actions 
AuthorDate: Tue Feb 27 05:06:43 2024 +

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 43019bf47c7..819d5f32a0f 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-go.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-go.json
@@ -2,7 +2,7 @@
   "label": "go",
   "dateOfLastReviewAssignment": {
 "lostluck": 1708963581225,
-"jrmccluskey": 1708664785161,
+"jrmccluskey": 1709010400685,
 "youngoli": 1657688896155,
 "damccorm": 1680501930289,
 "riteshghorse": 1708925657554



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 56af734e252 Updating config from bot
56af734e252 is described below

commit 56af734e2526b37c1b31bd7051b15255630ba8b7
Author: github-actions 
AuthorDate: Tue Feb 27 07:17:01 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30430.json | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30430.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30430.json
index 242a48d7d3b..f763855c42e 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-30430.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30430.json
@@ -1,7 +1,11 @@
 {
   "commentedAboutFailingChecks": true,
-  "reviewersAssignedForLabels": {},
-  "nextAction": "Author",
+  "reviewersAssignedForLabels": {
+"java": "m-trieu",
+"build": "damccorm",
+"website": "melap"
+  },
+  "nextAction": "Reviewers",
   "stopReviewerNotifications": false,
   "remindAfterTestsPass": [],
   "committerAssigned": false



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 eee3b9f2f4e Updating config from bot
eee3b9f2f4e is described below

commit eee3b9f2f4e36be0c85bc2472eb73cda066ba18c
Author: github-actions 
AuthorDate: Tue Feb 27 07:17:06 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-website.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-website.json
index df3d019fd3e..49d6389c09a 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-website.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-website.json
@@ -2,7 +2,7 @@
   "label": "website",
   "dateOfLastReviewAssignment": {
 "rszper": 1708566474783,
-"melap": 1707210338935,
+"melap": 1709018219925,
 "damccorm": 1707253545877,
 "liferoad": 1707343542374,
 "kennknowles": 1708005936970



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 b34ddcdf230 Updating config from bot
b34ddcdf230 is described below

commit b34ddcdf23011e5238c19bc77f824497a0a3febc
Author: github-actions 
AuthorDate: Tue Feb 27 07:17:03 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-java.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-java.json
index 28f70e2eae8..880e91912f4 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-java.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-java.json
@@ -8,7 +8,7 @@
 "apilloud": 1678822446183,
 "Abacn": 1708949636030,
 "bvolpato": 1708709662294,
-"m-trieu": 1708617959752,
+"m-trieu": 1709018219925,
 "damondouglas": 1708472093307
   }
 }
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-02-26 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 844f202a07c Updating config from bot
844f202a07c is described below

commit 844f202a07c9064c264b515cd61b274bd5ab1b68
Author: github-actions 
AuthorDate: Tue Feb 27 07:17:05 2024 +

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

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-build.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-build.json
index 38e09dd6a09..5e0c3baf0dd 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-build.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-build.json
@@ -1,7 +1,7 @@
 {
   "label": "build",
   "dateOfLastReviewAssignment": {
-"damccorm": 1708472093307,
+"damccorm": 1709018219925,
 "Abacn": 1708958504193
   }
 }
\ No newline at end of file