You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "MarcoRob (via GitHub)" <gi...@apache.org> on 2023/02/09 14:08:42 UTC

[GitHub] [beam] MarcoRob opened a new pull request, #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

MarcoRob opened a new pull request, #23292:
URL: https://github.com/apache/beam/pull/23292

   As part of the migration of Precommit and Postcommit Jobs from Jenkins to GA in self-hosted runners, this PR contains:
   
   - Migrated workflow [job-postcommit-java-vr-spark.yml](https://github.com/apache/beam/blob/492e89637fef60044d23a09d43af2693fc6e2abc/.github/workflows/job-postcommit-java-vr-spark.yml)
   - Migrated workflow [job-postcommit-java-vr-spark-java11.yml](https://github.com/apache/beam/blob/492e89637fef60044d23a09d43af2693fc6e2abc/.github/workflows/job-postcommit-java-vr-spark-java11.yml)
   - Migrated workflow [job-postcommit-java-vr-spark-structured-streaming.yml](https://github.com/apache/beam/blob/492e89637fef60044d23a09d43af2693fc6e2abc/.github/workflows/job-postcommit-java-vr-spark-structured-streaming.yml)
   - Migrated workflow [job-postcommit-java-vr-ulr.yml](https://github.com/apache/beam/blob/492e89637fef60044d23a09d43af2693fc6e2abc/.github/workflows/job-postcommit-java-vr-ulr.yml)
   
   The migrated workflows were removed from [.test-infra/jenkins/README.md](https://github.com/apache/beam/blob/c1f2e687909542ae20c333ba507e020f1273f78d/.test-infra/jenkins/README.md) and added to [CI.md](https://github.com/apache/beam/blob/492e89637fef60044d23a09d43af2693fc6e2abc/CI.md)
   
   `DO NOT MERGE` until the effort to use self-hosted runners is completed https://github.com/apache/beam/pull/22703
   
   ------------------------
   
   Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
   
    - [ ] [**Choose reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and mention them in a comment (`R: @username`).
    - [ ] Mention the appropriate issue in your description (for example: `addresses #123`), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment `fixes #<ISSUE NUMBER>` instead.
    - [ ] Update `CHANGES.md` with noteworthy changes.
    - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   See the [Contributor Guide](https://beam.apache.org/contribute) for more tips on [how to make review process smoother](https://beam.apache.org/contribute/get-started-contributing/#make-the-reviewers-job-easier).
   
   To check the build health, please visit [https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md](https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md)
   
   GitHub Actions Tests Status (on master branch)
   ------------------------------------------------------------------------------------------------
   [![Build python source distribution and wheels](https://github.com/apache/beam/workflows/Build%20python%20source%20distribution%20and%20wheels/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Build+python+source+distribution+and+wheels%22+branch%3Amaster+event%3Aschedule)
   [![Python tests](https://github.com/apache/beam/workflows/Python%20tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Python+Tests%22+branch%3Amaster+event%3Aschedule)
   [![Java tests](https://github.com/apache/beam/workflows/Java%20Tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Java+Tests%22+branch%3Amaster+event%3Aschedule)
   [![Go tests](https://github.com/apache/beam/workflows/Go%20tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Go+tests%22+branch%3Amaster+event%3Aschedule)
   
   See [CI.md](https://github.com/apache/beam/blob/master/CI.md) for more information about GitHub Actions CI.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] MarcoRob commented on a diff in pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

Posted by GitBox <gi...@apache.org>.
MarcoRob commented on code in PR #23292:
URL: https://github.com/apache/beam/pull/23292#discussion_r999962960


##########
.github/workflows/job-postcommit-java-vr-spark-java11.yml:
##########
@@ -0,0 +1,67 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# To learn more about GitHub Actions in Apache Beam check the CI.md
+
+name: Java VR Spark Java11 PostCommit
+on:
+  workflow_dispatch:
+  schedule:
+    - cron: '0 */6 * * *'
+  push:
+    branches: ['master', 'release-*']
+    tags: ['v*']
+permissions: read-all
+
+jobs:
+  java_vr_spark_java11:
+    name: Run Spark ValidatesRunner Java 11
+    runs-on: [self-hosted, ubuntu-20.04]
+    timeout-minutes: 270
+    steps:
+      - name: Get number of available processors
+        id: get_available_processors
+        shell: bash
+        run: |
+          CORES=$(grep -c ^processor /proc/cpuinfo)
+          BALANCE_CORES=$((3*CORES))
+          echo $BALANCE_CORES
+          echo "::set-output name=BALANCE_CORES::$BALANCE_CORES"
+      - name: Checkout code
+        uses: actions/checkout@v3
+        with:
+          persist-credentials: false
+      - name: Setup environment
+        uses: ./.github/actions/setup-self-hosted-action
+      - name: Spark 3 Test Jobs
+        shell: bash
+        run: |
+          ./gradlew :runners:spark:3:jar
+          sleep 5

Review Comment:
   It is just a precaution to wait for the next command to be run, do you think we should eliminate it? @damccorm 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #23292:
URL: https://github.com/apache/beam/pull/23292#issuecomment-1278925904

   Reminder, please take a look at this pr: @damccorm 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #23292:
URL: https://github.com/apache/beam/pull/23292#issuecomment-1424141415

   This pull request has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] MarcoRob commented on a diff in pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

Posted by GitBox <gi...@apache.org>.
MarcoRob commented on code in PR #23292:
URL: https://github.com/apache/beam/pull/23292#discussion_r1004816112


##########
.github/workflows/job-postcommit-java-vr-spark-java11.yml:
##########
@@ -0,0 +1,67 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# To learn more about GitHub Actions in Apache Beam check the CI.md
+
+name: Java VR Spark Java11 PostCommit
+on:
+  workflow_dispatch:
+  schedule:
+    - cron: '0 */6 * * *'
+  push:
+    branches: ['master', 'release-*']
+    tags: ['v*']
+permissions: read-all
+
+jobs:
+  java_vr_spark_java11:
+    name: Run Spark ValidatesRunner Java 11
+    runs-on: [self-hosted, ubuntu-20.04]
+    timeout-minutes: 270
+    steps:
+      - name: Get number of available processors
+        id: get_available_processors
+        shell: bash
+        run: |
+          CORES=$(grep -c ^processor /proc/cpuinfo)
+          BALANCE_CORES=$((3*CORES))
+          echo $BALANCE_CORES
+          echo "::set-output name=BALANCE_CORES::$BALANCE_CORES"
+      - name: Checkout code
+        uses: actions/checkout@v3
+        with:
+          persist-credentials: false
+      - name: Setup environment
+        uses: ./.github/actions/setup-self-hosted-action
+      - name: Spark 3 Test Jobs
+        shell: bash
+        run: |
+          ./gradlew :runners:spark:3:jar
+          sleep 5

Review Comment:
   Is there any comment? Do I remove the `sleep` ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm commented on a diff in pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

Posted by GitBox <gi...@apache.org>.
damccorm commented on code in PR #23292:
URL: https://github.com/apache/beam/pull/23292#discussion_r995944822


##########
.github/workflows/job-postcommit-java-vr-spark-java11.yml:
##########
@@ -0,0 +1,67 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# To learn more about GitHub Actions in Apache Beam check the CI.md
+
+name: Java VR Spark Java11 PostCommit
+on:
+  workflow_dispatch:
+  schedule:
+    - cron: '0 */6 * * *'
+  push:
+    branches: ['master', 'release-*']
+    tags: ['v*']
+permissions: read-all
+
+jobs:
+  java_vr_spark_java11:
+    name: Run Spark ValidatesRunner Java 11
+    runs-on: [self-hosted, ubuntu-20.04]
+    timeout-minutes: 270
+    steps:
+      - name: Get number of available processors
+        id: get_available_processors
+        shell: bash
+        run: |
+          CORES=$(grep -c ^processor /proc/cpuinfo)
+          BALANCE_CORES=$((3*CORES))
+          echo $BALANCE_CORES
+          echo "::set-output name=BALANCE_CORES::$BALANCE_CORES"
+      - name: Checkout code
+        uses: actions/checkout@v3
+        with:
+          persist-credentials: false
+      - name: Setup environment
+        uses: ./.github/actions/setup-self-hosted-action
+      - name: Spark 3 Test Jobs
+        shell: bash
+        run: |
+          ./gradlew :runners:spark:3:jar
+          sleep 5

Review Comment:
   Why do we need a sleep statement here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] closed pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR) 
URL: https://github.com/apache/beam/pull/23292


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #23292:
URL: https://github.com/apache/beam/pull/23292#issuecomment-1333678663

   Reminder, please take a look at this pr: @damccorm 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] MarcoRob commented on a diff in pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

Posted by GitBox <gi...@apache.org>.
MarcoRob commented on code in PR #23292:
URL: https://github.com/apache/beam/pull/23292#discussion_r1025560271


##########
.github/workflows/job-postcommit-java-vr-spark-java11.yml:
##########
@@ -0,0 +1,67 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# To learn more about GitHub Actions in Apache Beam check the CI.md
+
+name: Java VR Spark Java11 PostCommit
+on:
+  workflow_dispatch:
+  schedule:
+    - cron: '0 */6 * * *'
+  push:
+    branches: ['master', 'release-*']
+    tags: ['v*']
+permissions: read-all
+
+jobs:
+  java_vr_spark_java11:
+    name: Run Spark ValidatesRunner Java 11
+    runs-on: [self-hosted, ubuntu-20.04]
+    timeout-minutes: 270
+    steps:
+      - name: Get number of available processors
+        id: get_available_processors
+        shell: bash
+        run: |
+          CORES=$(grep -c ^processor /proc/cpuinfo)
+          BALANCE_CORES=$((3*CORES))
+          echo $BALANCE_CORES
+          echo "::set-output name=BALANCE_CORES::$BALANCE_CORES"
+      - name: Checkout code
+        uses: actions/checkout@v3
+        with:
+          persist-credentials: false
+      - name: Setup environment
+        uses: ./.github/actions/setup-self-hosted-action
+      - name: Spark 3 Test Jobs
+        shell: bash
+        run: |
+          ./gradlew :runners:spark:3:jar
+          sleep 5

Review Comment:
   Yes, I tested again and at the beginning, the `sleep` it was a precaution to give time to run the first command and then the next one, but testing out the `sleep` is not necessary as you mentioned, I will remove it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm commented on a diff in pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

Posted by GitBox <gi...@apache.org>.
damccorm commented on code in PR #23292:
URL: https://github.com/apache/beam/pull/23292#discussion_r1018167027


##########
.github/workflows/job-postcommit-java-vr-spark-java11.yml:
##########
@@ -0,0 +1,67 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# To learn more about GitHub Actions in Apache Beam check the CI.md
+
+name: Java VR Spark Java11 PostCommit
+on:
+  workflow_dispatch:
+  schedule:
+    - cron: '0 */6 * * *'
+  push:
+    branches: ['master', 'release-*']
+    tags: ['v*']
+permissions: read-all
+
+jobs:
+  java_vr_spark_java11:
+    name: Run Spark ValidatesRunner Java 11
+    runs-on: [self-hosted, ubuntu-20.04]
+    timeout-minutes: 270
+    steps:
+      - name: Get number of available processors
+        id: get_available_processors
+        shell: bash
+        run: |
+          CORES=$(grep -c ^processor /proc/cpuinfo)
+          BALANCE_CORES=$((3*CORES))
+          echo $BALANCE_CORES
+          echo "::set-output name=BALANCE_CORES::$BALANCE_CORES"
+      - name: Checkout code
+        uses: actions/checkout@v3
+        with:
+          persist-credentials: false
+      - name: Setup environment
+        uses: ./.github/actions/setup-self-hosted-action
+      - name: Spark 3 Test Jobs
+        shell: bash
+        run: |
+          ./gradlew :runners:spark:3:jar
+          sleep 5

Review Comment:
   Sorry for the slow response here - could you help me understand why we need this precaution? Will this command not block until the spark server is spun up?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] MarcoRob commented on a diff in pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

Posted by GitBox <gi...@apache.org>.
MarcoRob commented on code in PR #23292:
URL: https://github.com/apache/beam/pull/23292#discussion_r1030926580


##########
.github/workflows/job-postcommit-java-vr-spark-java11.yml:
##########
@@ -0,0 +1,67 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# To learn more about GitHub Actions in Apache Beam check the CI.md
+
+name: Java VR Spark Java11 PostCommit
+on:
+  workflow_dispatch:
+  schedule:
+    - cron: '0 */6 * * *'
+  push:
+    branches: ['master', 'release-*']
+    tags: ['v*']
+permissions: read-all
+
+jobs:
+  java_vr_spark_java11:
+    name: Run Spark ValidatesRunner Java 11
+    runs-on: [self-hosted, ubuntu-20.04]
+    timeout-minutes: 270
+    steps:
+      - name: Get number of available processors
+        id: get_available_processors
+        shell: bash
+        run: |
+          CORES=$(grep -c ^processor /proc/cpuinfo)
+          BALANCE_CORES=$((3*CORES))
+          echo $BALANCE_CORES
+          echo "::set-output name=BALANCE_CORES::$BALANCE_CORES"
+      - name: Checkout code
+        uses: actions/checkout@v3
+        with:
+          persist-credentials: false
+      - name: Setup environment
+        uses: ./.github/actions/setup-self-hosted-action
+      - name: Spark 3 Test Jobs
+        shell: bash
+        run: |
+          ./gradlew :runners:spark:3:jar
+          sleep 5

Review Comment:
   Fix applied



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #23292:
URL: https://github.com/apache/beam/pull/23292#issuecomment-1270190220

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @damccorm for label build.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm closed pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR)

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm closed pull request #23292: GA Migration Java PostCommit Validate Runners (Spark, Spark Java 11, SparkStructuredStream, ULR) 
URL: https://github.com/apache/beam/pull/23292


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org