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

2024-07-04 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 65bc5598839 Updating config from bot
65bc5598839 is described below

commit 65bc5598839588dd6366a1709e20bdb641b0f37e
Author: github-actions 
AuthorDate: Fri Jul 5 06:37:33 2024 +

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

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



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

2024-07-04 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 72c8f9e9cc6 Updating config from bot
72c8f9e9cc6 is described below

commit 72c8f9e9cc695e31b595b9a1a38207a556967be9
Author: github-actions 
AuthorDate: Fri Jul 5 06:37:35 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 15c1c4ac4dc..85390c43a9a 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": 1720056731102,
+"lostluck": 1720161452319,
 "jrmccluskey": 1720073269944,
 "youngoli": 1657688896155,
 "damccorm": 1680501930289,



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

2024-07-04 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 2844cb80bae Updating config from bot
2844cb80bae is described below

commit 2844cb80baeedd9df9a4b79ce4a1797b52dcc61f
Author: github-actions 
AuthorDate: Fri Jul 5 05:06:05 2024 +

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

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



(beam) branch dependabot/gradle/org.sonarqube-5.1.0.4882 created (now 92f2853d857)

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

github-bot pushed a change to branch dependabot/gradle/org.sonarqube-5.1.0.4882
in repository https://gitbox.apache.org/repos/asf/beam.git


  at 92f2853d857 Bump org.sonarqube from 3.0 to 5.1.0.4882

No new revisions were added by this update.



(beam) branch nightly-refs/heads/master updated (dea440f46d5 -> c08afeae60d)

2024-07-04 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 dea440f46d5 Merge pull request #31764 from liferoad/polish-dofn
 add a1a22835710 Fix CHANGES.md from #31769 which incorrectly added to a 
released version (#31770)
 add 0c89a0edb9c Fix playground snippets (#31778)
 add a5eee589697 Fix flaky StreamingDataflowWorkerTest which wasn't waiting 
for enough commits. (#31781)
 add c08afeae60d Enable MapState and SetState for dataflow streaming engine 
pipelines with legacy runner by building on top of MultimapState. (#31453)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md |   3 +-
 .../org/apache/beam/runners/core/StateTags.java|   8 +
 .../beam/runners/dataflow/DataflowRunner.java  |  35 +---
 .../beam/runners/dataflow/DataflowRunnerTest.java  |  59 --
 .../dataflow/worker/StreamingDataflowWorker.java   |  11 +-
 .../worker/windmill/state/AbstractWindmillMap.java |  12 +-
 .../worker/windmill/state/CachingStateTable.java   |  53 +++--
 .../worker/windmill/state/WindmillMap.java |  24 +--
 .../windmill/state/WindmillMapViaMultimap.java | 164 +++
 .../worker/windmill/state/WindmillMultimap.java|   4 +-
 .../worker/windmill/state/WindmillSet.java |  36 +---
 .../worker/windmill/state/WindmillStateCache.java  |  46 +++--
 .../windmill/state/WindmillStateInternals.java |  14 +-
 .../worker/StreamingDataflowWorkerTest.java|   2 +-
 .../worker/StreamingModeExecutionContextTest.java  |   5 +-
 .../dataflow/worker/WindmillStateTestUtils.java|   2 +-
 .../dataflow/worker/WorkerCustomSourcesTest.java   |   5 +-
 .../windmill/state/WindmillStateCacheTest.java |   2 +-
 .../windmill/state/WindmillStateInternalsTest.java | 225 -
 .../refresh/DispatchedActiveWorkRefresherTest.java |   2 +-
 .../java/org/apache/beam/sdk/state/StateSpecs.java |  23 +++
 .../org/apache/beam/sdk/transforms/ParDoTest.java  |  28 ++-
 .../transforms/python/elementwise/flatmap.md   |   2 +-
 .../transforms/python/elementwise/map.md   |   4 +-
 24 files changed, 559 insertions(+), 210 deletions(-)
 copy 
.test-infra/pipelines/infrastructure/03.io/api-overuse-study/02.redis/provider.tf
 => 
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/state/AbstractWindmillMap.java
 (78%)
 create mode 100644 
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/state/WindmillMapViaMultimap.java



(beam) branch asf-site updated: Publishing website 2024/07/04 23:37:49 at commit c08afea

2024-07-04 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 f5f19260c54 Publishing website 2024/07/04 23:37:49 at commit c08afea
f5f19260c54 is described below

commit f5f19260c548ec41b70b58e912decf635ae46663
Author: runner 
AuthorDate: Thu Jul 4 23:37:50 2024 +

Publishing website 2024/07/04 23:37:49 at commit c08afea
---
 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 64bd997c173..5ecc060f926 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.57.0/2024-07-04T21:24:21+04:00/categories/blog/2024-07-04T21:24:21+04:00/blog/2024-07-04T21:24:21+04:00/categories/2024-07-04T21:24:21+04: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.57.0/2024-07-04T22:22:21+02:00/categories/blog/2024-07-04T22:22:21+02:00/blog/2024-07-04T22:22:21+02:00/categories/2024-07-04T22:22:21+02:00/catego
 [...]
\ No newline at end of file



(beam) branch master updated: Enable MapState and SetState for dataflow streaming engine pipelines with legacy runner by building on top of MultimapState. (#31453)

2024-07-04 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 c08afeae60d Enable MapState and SetState for dataflow streaming engine 
pipelines with legacy runner by building on top of MultimapState. (#31453)
c08afeae60d is described below

commit c08afeae60dfb1a15a0f4c8669085662a847249f
Author: Sam Whittle 
AuthorDate: Thu Jul 4 22:22:21 2024 +0200

Enable MapState and SetState for dataflow streaming engine pipelines with 
legacy runner by building on top of MultimapState. (#31453)
---
 CHANGES.md |   1 +
 .../org/apache/beam/runners/core/StateTags.java|   8 +
 .../beam/runners/dataflow/DataflowRunner.java  |  35 +---
 .../beam/runners/dataflow/DataflowRunnerTest.java  |  59 --
 .../dataflow/worker/StreamingDataflowWorker.java   |  11 +-
 .../worker/windmill/state/AbstractWindmillMap.java |  23 +++
 .../worker/windmill/state/CachingStateTable.java   |  53 +++--
 .../worker/windmill/state/WindmillMap.java |  24 +--
 .../windmill/state/WindmillMapViaMultimap.java | 164 +++
 .../worker/windmill/state/WindmillMultimap.java|   4 +-
 .../worker/windmill/state/WindmillSet.java |  36 +---
 .../worker/windmill/state/WindmillStateCache.java  |  46 +++--
 .../windmill/state/WindmillStateInternals.java |  14 +-
 .../worker/StreamingModeExecutionContextTest.java  |   5 +-
 .../dataflow/worker/WindmillStateTestUtils.java|   2 +-
 .../dataflow/worker/WorkerCustomSourcesTest.java   |   5 +-
 .../windmill/state/WindmillStateCacheTest.java |   2 +-
 .../windmill/state/WindmillStateInternalsTest.java | 225 -
 .../refresh/DispatchedActiveWorkRefresherTest.java |   2 +-
 .../java/org/apache/beam/sdk/state/StateSpecs.java |  23 +++
 .../org/apache/beam/sdk/transforms/ParDoTest.java  |  28 ++-
 21 files changed, 573 insertions(+), 197 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 38fa6e44b73..0a620038f11 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -68,6 +68,7 @@
 
 * Multiple RunInference instances can now share the same model instance by 
setting the model_identifier parameter (Python) 
([#31665](https://github.com/apache/beam/issues/31665)).
 * Removed a 3rd party LGPL dependency from the Go SDK 
([#31765](https://github.com/apache/beam/issues/31765)).
+* Support for MapState and SetState when using Dataflow Runner v1 with 
Streaming Engine (Java) 
([[#18200](https://github.com/apache/beam/issues/18200)])
 
 ## Breaking Changes
 
diff --git 
a/runners/core-java/src/main/java/org/apache/beam/runners/core/StateTags.java 
b/runners/core-java/src/main/java/org/apache/beam/runners/core/StateTags.java
index 7ffb10c85c0..6ed7f8525fd 100644
--- 
a/runners/core-java/src/main/java/org/apache/beam/runners/core/StateTags.java
+++ 
b/runners/core-java/src/main/java/org/apache/beam/runners/core/StateTags.java
@@ -257,6 +257,14 @@ public class StateTags {
 new StructuredId(setTag.getId()), 
StateSpecs.convertToMapSpecInternal(setTag.getSpec()));
   }
 
+  public static  StateTag> 
convertToMultiMapTagInternal(
+  StateTag> mapTag) {
+StateSpec> spec = mapTag.getSpec();
+StateSpec> multimapSpec =
+StateSpecs.convertToMultimapSpecInternal(spec);
+return new SimpleStateTag<>(new StructuredId(mapTag.getId()), 
multimapSpec);
+  }
+
   private static class StructuredId implements Serializable {
 private final StateKind kind;
 private final String rawId;
diff --git 
a/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java
 
b/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java
index de566599bf8..708c6341326 100644
--- 
a/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java
+++ 
b/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java
@@ -2564,11 +2564,6 @@ public class DataflowRunner extends 
PipelineRunner {
 || hasExperiment(options, "use_portable_job_submission");
   }
 
-  static boolean useStreamingEngine(DataflowPipelineOptions options) {
-return hasExperiment(options, GcpOptions.STREAMING_ENGINE_EXPERIMENT)
-|| hasExperiment(options, GcpOptions.WINDMILL_SERVICE_EXPERIMENT);
-  }
-
   static void verifyDoFnSupported(
   DoFn fn, boolean streaming, DataflowPipelineOptions options) {
 if (!streaming && DoFnSignatures.usesMultimapState(fn)) {
@@ -2583,8 +2578,6 @@ public class DataflowRunner extends 
PipelineRunner {
   "%s does not currently support @RequiresTimeSortedInput in 
streaming mode.",
   DataflowRunner.class.getSimpleName()));
 }
-
-boolean streamingEngine = useStreamingEngine(options);
 boolean isUnifiedWorker = useUnifi

(beam) branch master updated (0c89a0edb9c -> a5eee589697)

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

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


from 0c89a0edb9c Fix playground snippets (#31778)
 add a5eee589697 Fix flaky StreamingDataflowWorkerTest which wasn't waiting 
for enough commits. (#31781)

No new revisions were added by this update.

Summary of changes:
 .../beam/runners/dataflow/worker/StreamingDataflowWorkerTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



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

2024-07-04 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 88bee4bfe54 Updating config from bot
88bee4bfe54 is described below

commit 88bee4bfe546fb6b3f0fee4c40a66b3041846dc7
Author: github-actions 
AuthorDate: Thu Jul 4 19:35:20 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 16d20e8f6b5..4b6fb7e140a 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
@@ -3,7 +3,7 @@
   "dateOfLastReviewAssignment": {
 "Abacn": 1716449669297,
 "AnandInguva": 1710144575340,
-"chamikaramj": 1715888073285,
+"chamikaramj": 1720121717967,
 "damccorm": 1717149970010,
 "johnjcasey": 1717454114542,
 "jrmccluskey": 1717756534339,



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

2024-07-04 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 9a846e9c4db Updating config from bot
9a846e9c4db is described below

commit 9a846e9c4db82929a6c2cf5badee9141da25c155
Author: github-actions 
AuthorDate: Thu Jul 4 19:35:19 2024 +

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

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



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

2024-07-04 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 35ddb245368 Updating config from bot
35ddb245368 is described below

commit 35ddb245368411f014c1297a634247a769358cb5
Author: github-actions 
AuthorDate: Thu Jul 4 18:36:08 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 7fb4c0a2e9e..1a486326dc1 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": 1719938536662,
 "kileys": 1674428678843,
 "apilloud": 1678822446183,
-"Abacn": 1719908766334,
+"Abacn": 1720118165748,
 "bvolpato": 1712595969392,
 "m-trieu": 1719935550647,
 "damondouglas": 1720008835162



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

2024-07-04 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 111e1c3df0b Updating config from bot
111e1c3df0b is described below

commit 111e1c3df0bba021cdc8843376d33fcc9691bfa4
Author: github-actions 
AuthorDate: Thu Jul 4 18:36:10 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 bf2101f4aa2..a5fc653456d 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-io.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-io.json
@@ -8,7 +8,7 @@
 "ahmedabu98": 1720095243332,
 "bvolpato": 1712595969392,
 "manavgarg": 1690826779210,
-"damondouglas": 1719857226743,
+"damondouglas": 1720118165748,
 "shunping": 1719908766334
   }
 }
\ No newline at end of file



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

2024-07-04 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 b63d3071cc1 Updating config from bot
b63d3071cc1 is described below

commit b63d3071cc1f0d91357d1f1f1e91e1b6c11f9ec8
Author: github-actions 
AuthorDate: Thu Jul 4 18:36:06 2024 +

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

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



(beam) branch master updated (a1a22835710 -> 0c89a0edb9c)

2024-07-04 Thread tvalentyn
This is an automated email from the ASF dual-hosted git repository.

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


from a1a22835710 Fix CHANGES.md from #31769 which incorrectly added to a 
released version (#31770)
 add 0c89a0edb9c Fix playground snippets (#31778)

No new revisions were added by this update.

Summary of changes:
 .../content/en/documentation/transforms/python/elementwise/flatmap.md | 2 +-
 .../content/en/documentation/transforms/python/elementwise/map.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



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

2024-07-04 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 b2559d8ba6d Updating config from bot
b2559d8ba6d is described below

commit b2559d8ba6d9664db478d90f7e6b830d13cc77e1
Author: github-actions 
AuthorDate: Thu Jul 4 16:47:31 2024 +

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

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



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

2024-07-04 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 ba084ff92b8 Updating config from bot
ba084ff92b8 is described below

commit ba084ff92b8ffc1b91740727e19a1309e7363402
Author: github-actions 
AuthorDate: Thu Jul 4 12:14:05 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 a7c72732540..7fb4c0a2e9e 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": 1719857226742,
+"kennknowles": 1720095242719,
 "robertwb": 1719938536662,
 "kileys": 1674428678843,
 "apilloud": 1678822446183,



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

2024-07-04 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 275f71a189a Updating config from bot
275f71a189a is described below

commit 275f71a189ad3f308dbb31f25700ad0d7f60fdb5
Author: github-actions 
AuthorDate: Thu Jul 4 12:14:06 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 89e960cdf4a..bf2101f4aa2 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-io.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-io.json
@@ -5,7 +5,7 @@
 "johnjcasey": 1719938536662,
 "pabloem": 1691787951165,
 "Abacn": 1720008836027,
-"ahmedabu98": 1719859209669,
+"ahmedabu98": 1720095243332,
 "bvolpato": 1712595969392,
 "manavgarg": 1690826779210,
 "damondouglas": 1719857226743,



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

2024-07-04 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 9d1431fcb86 Updating config from bot
9d1431fcb86 is described below

commit 9d1431fcb86f42dff7ade50243c1fe828d07c502
Author: github-actions 
AuthorDate: Thu Jul 4 12:14:04 2024 +

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

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-31663.json 
b/scripts/ci/pr-bot/state/pr-state/pr-31663.json
index 0a1bf58f311..1c34827982e 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-31663.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-31663.json
@@ -1,8 +1,8 @@
 {
   "commentedAboutFailingChecks": false,
   "reviewersAssignedForLabels": {
-"java": "robertwb",
-"io": "damondouglas",
+"java": "kennknowles",
+"io": "ahmedabu98",
 "spanner": "nielm"
   },
   "nextAction": "Reviewers",



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

2024-07-04 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 e6aa4c719d7 Updating config from bot
e6aa4c719d7 is described below

commit e6aa4c719d75a85da3734ac416b13897996de4e6
Author: github-actions 
AuthorDate: Thu Jul 4 11:28:26 2024 +

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

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