You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/01 16:58:01 UTC

[GitHub] [beam] rajatbhatta opened a new pull request, #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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

   Updating Google Cloud Libraries BOM to the latest version 26.1.1 and associated dependencies to the compatible versions.
   
   ------------------------
   
   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] suztomo commented on a diff in pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -677,7 +677,7 @@ class BeamModulePlugin implements Plugin<Project> {
         nemo_compiler_frontend_beam                 : "org.apache.nemo:nemo-compiler-frontend-beam:$nemo_version",
         netty_all                                   : "io.netty:netty-all:$netty_version",
         netty_handler                               : "io.netty:netty-handler:$netty_version",
-        netty_tcnative_boringssl_static             : "io.netty:netty-tcnative-boringssl-static:2.0.47.Final",
+        netty_tcnative_boringssl_static             : "io.netty:netty-tcnative-boringssl-static:2.0.52.Final",

Review Comment:
   Netty_version is now 4.1.77.Final. It depends on `<tcnative.version>2.0.52.Final</tcnative.version>`:
   https://search.maven.org/artifact/io.netty/netty-parent/4.1.77.Final/jar



-- 
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] rajatbhatta commented on a diff in pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -464,15 +464,15 @@ class BeamModulePlugin implements Plugin<Project> {
     def classgraph_version = "4.8.104"
     def errorprone_version = "2.10.0"
     // Try to keep gax_version consistent with gax-grpc version in google_cloud_platform_libraries_bom
-    def gax_version = "2.16.0"
+    def gax_version = "2.18.7"
     def google_clients_version = "1.32.1"

Review Comment:
   There are a lot of failed github checks after this. Can you please check this?



-- 
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] pabloem commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
pabloem commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1238370410

   Run Python PreCommit


-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239704810

   Run Go PreCommit


-- 
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] rajatbhatta commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
rajatbhatta commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239605274

   Run PostCommit_Java_Hadoop_Versions


-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239473302

   Run Java PreCommit


-- 
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] rajatbhatta commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
rajatbhatta commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1234555262

   R: @kileys 


-- 
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] suztomo commented on a diff in pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -464,15 +464,15 @@ class BeamModulePlugin implements Plugin<Project> {
     def classgraph_version = "4.8.104"
     def errorprone_version = "2.10.0"
     // Try to keep gax_version consistent with gax-grpc version in google_cloud_platform_libraries_bom
-    def gax_version = "2.16.0"
+    def gax_version = "2.18.7"
     def google_clients_version = "1.32.1"

Review Comment:
   Then, update line 578 - 584 as followings:
   
   ```
           google_api_services_bigquery                : "com.google.apis:google-api-services-bigquery:v2-rev20220827-$google_clients_version",
           google_api_services_clouddebugger           : "com.google.apis:google-api-services-clouddebugger:v2-rev20220318-$google_clients_version",
           google_api_services_cloudresourcemanager    : "com.google.apis:google-api-services-cloudresourcemanager:v3-rev20220828-$google_clients_version",
           google_api_services_dataflow                : "com.google.apis:google-api-services-dataflow:v1b3-rev20220812-$google_clients_version",
           google_api_services_healthcare              : "com.google.apis:google-api-services-healthcare:v1-rev20220818-$google_clients_version",
           google_api_services_pubsub                  : "com.google.apis:google-api-services-pubsub:v1-rev20220829-$google_clients_version",
           google_api_services_storage                 : "com.google.apis:google-api-services-storage:v1-rev20220705-$google_clients_version",
   ```
   
   The "google-api-services-*" libraries need to have "-2.0.0" suffix version to work with google-api-client version 2.0.0. (Details https://github.com/googleapis/google-api-java-client-services/issues/13338 )



##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -464,15 +464,15 @@ class BeamModulePlugin implements Plugin<Project> {
     def classgraph_version = "4.8.104"
     def errorprone_version = "2.10.0"
     // Try to keep gax_version consistent with gax-grpc version in google_cloud_platform_libraries_bom
-    def gax_version = "2.16.0"
+    def gax_version = "2.18.7"
     def google_clients_version = "1.32.1"

Review Comment:
   Can you upgrade this `google_clients_version` to 2.0.0? As per  https://github.com/googleapis/java-shared-dependencies/blob/v3.0.1/first-party-dependencies/pom.xml#L69. This is for `com.google.api-client:google-api-client` in line 574. ([Maven link](https://search.maven.org/artifact/com.google.api-client/google-api-client/2.0.0/jar)).
   



-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239509076

   Run SQL Postcommit


-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239507755

   Run Java PostCommit


-- 
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] kileys commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
kileys commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1238635488

   Run Java PostCommit


-- 
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] pabloem commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
pabloem commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1238370277

   Run Java_Examples_Dataflow_Java17 PreCommit


-- 
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] suztomo commented on a diff in pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -575,13 +575,13 @@ class BeamModulePlugin implements Plugin<Project> {
         google_api_client_jackson2                  : "com.google.api-client:google-api-client-jackson2:$google_clients_version",
         google_api_client_java6                     : "com.google.api-client:google-api-client-java6:$google_clients_version",
         google_api_common                           : "com.google.api:api-common", // google_cloud_platform_libraries_bom sets version
-        google_api_services_bigquery                : "com.google.apis:google-api-services-bigquery:v2-rev20211129-$google_clients_version",
-        google_api_services_clouddebugger           : "com.google.apis:google-api-services-clouddebugger:v2-rev20210813-$google_clients_version",
-        google_api_services_cloudresourcemanager    : "com.google.apis:google-api-services-cloudresourcemanager:v1-rev20211017-$google_clients_version",
-        google_api_services_dataflow                : "com.google.apis:google-api-services-dataflow:v1b3-rev20210818-$google_clients_version",
-        google_api_services_healthcare              : "com.google.apis:google-api-services-healthcare:v1-rev20211016-$google_clients_version",
-        google_api_services_pubsub                  : "com.google.apis:google-api-services-pubsub:v1-rev20211130-$google_clients_version",
-        google_api_services_storage                 : "com.google.apis:google-api-services-storage:v1-rev20211201-$google_clients_version",
+        google_api_services_bigquery                : "com.google.apis:google-api-services-bigquery:v2-rev20220827-$google_clients_version",
+        google_api_services_clouddebugger           : "com.google.apis:google-api-services-clouddebugger:v2-rev20220318-$google_clients_version",
+        google_api_services_cloudresourcemanager    : "com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-$google_clients_version",
+        google_api_services_dataflow                : "com.google.apis:google-api-services-dataflow:v1b3-rev20220812-$google_clients_version",
+        google_api_services_healthcare              : "com.google.apis:google-api-services-healthcare:v1-rev20220818-$google_clients_version",
+        google_api_services_pubsub                  : "com.google.apis:google-api-services-pubsub:v1-rev20220829-$google_clients_version",
+        google_api_services_storage                 : "com.google.apis:google-api-services-storage:v1-rev20220705-$google_clients_version",

Review Comment:
   With `def google_clients_version = "2.0.0"` (line 468), it should avoid https://github.com/googleapis/google-api-java-client-services/issues/13338.
   



-- 
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] suztomo commented on a diff in pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -575,13 +575,13 @@ class BeamModulePlugin implements Plugin<Project> {
         google_api_client_jackson2                  : "com.google.api-client:google-api-client-jackson2:$google_clients_version",
         google_api_client_java6                     : "com.google.api-client:google-api-client-java6:$google_clients_version",
         google_api_common                           : "com.google.api:api-common", // google_cloud_platform_libraries_bom sets version
-        google_api_services_bigquery                : "com.google.apis:google-api-services-bigquery:v2-rev20211129-$google_clients_version",
-        google_api_services_clouddebugger           : "com.google.apis:google-api-services-clouddebugger:v2-rev20210813-$google_clients_version",
-        google_api_services_cloudresourcemanager    : "com.google.apis:google-api-services-cloudresourcemanager:v1-rev20211017-$google_clients_version",
-        google_api_services_dataflow                : "com.google.apis:google-api-services-dataflow:v1b3-rev20210818-$google_clients_version",
-        google_api_services_healthcare              : "com.google.apis:google-api-services-healthcare:v1-rev20211016-$google_clients_version",
-        google_api_services_pubsub                  : "com.google.apis:google-api-services-pubsub:v1-rev20211130-$google_clients_version",
-        google_api_services_storage                 : "com.google.apis:google-api-services-storage:v1-rev20211201-$google_clients_version",
+        google_api_services_bigquery                : "com.google.apis:google-api-services-bigquery:v2-rev20220827-$google_clients_version",
+        google_api_services_clouddebugger           : "com.google.apis:google-api-services-clouddebugger:v2-rev20220318-$google_clients_version",
+        google_api_services_cloudresourcemanager    : "com.google.apis:google-api-services-cloudresourcemanager:v3-rev20220828-$google_clients_version",

Review Comment:
   Use `v1-rev20220828-$google_clients_version` for google-api-services-cloudresourcemanager.
   
   The previous version `v1-rev20211017-$google_clients_version` started with "v1". It seems it should still continue to use "v1-" version.
   



-- 
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] rajatbhatta commented on a diff in pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -575,13 +575,13 @@ class BeamModulePlugin implements Plugin<Project> {
         google_api_client_jackson2                  : "com.google.api-client:google-api-client-jackson2:$google_clients_version",
         google_api_client_java6                     : "com.google.api-client:google-api-client-java6:$google_clients_version",
         google_api_common                           : "com.google.api:api-common", // google_cloud_platform_libraries_bom sets version
-        google_api_services_bigquery                : "com.google.apis:google-api-services-bigquery:v2-rev20211129-$google_clients_version",
-        google_api_services_clouddebugger           : "com.google.apis:google-api-services-clouddebugger:v2-rev20210813-$google_clients_version",
-        google_api_services_cloudresourcemanager    : "com.google.apis:google-api-services-cloudresourcemanager:v1-rev20211017-$google_clients_version",
-        google_api_services_dataflow                : "com.google.apis:google-api-services-dataflow:v1b3-rev20210818-$google_clients_version",
-        google_api_services_healthcare              : "com.google.apis:google-api-services-healthcare:v1-rev20211016-$google_clients_version",
-        google_api_services_pubsub                  : "com.google.apis:google-api-services-pubsub:v1-rev20211130-$google_clients_version",
-        google_api_services_storage                 : "com.google.apis:google-api-services-storage:v1-rev20211201-$google_clients_version",
+        google_api_services_bigquery                : "com.google.apis:google-api-services-bigquery:v2-rev20220827-$google_clients_version",
+        google_api_services_clouddebugger           : "com.google.apis:google-api-services-clouddebugger:v2-rev20220318-$google_clients_version",
+        google_api_services_cloudresourcemanager    : "com.google.apis:google-api-services-cloudresourcemanager:v3-rev20220828-$google_clients_version",

Review Comment:
   Thanks Tomo. Have pushed the fix.



-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239864629

   Run PostCommit_Java_Dataflow


-- 
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] kileys commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
kileys commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1238636250

   Run Spark ValidatesRunner


-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239704538

   ### grpc-google-cloud-bigtable-v2 version
   
   ```
   (com.google.api.grpc:grpc-google-cloud-bigtable-v2:1.27.1) com.google.bigtable.v2.BigtableGrpc's method getPingAndWarmMethod() is not found;
     referenced by 1 class file
       com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStub (com.google.cloud:google-cloud-bigtable:2.11.0)
     Cause:
       Dependency conflict: com.google.api.grpc:grpc-google-cloud-bigtable-v2:1.27.1 does not define com.google.bigtable.v2.BigtableGrpc's method getPingAndWarmMethod() but com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.11.0 defines it.
         selected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.42.0-SNAPSHOT / com.google.cloud.bigtable:bigtable-client-core:1.26.3 (compile) / com.google.api.grpc:grpc-google-cloud-bigtable-v2:1.27.1 (compile)
         unselected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.42.0-SNAPSHOT / com.google.cloud:google-cloud-bigtable:2.11.0 (compile) / com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.11.0 (compile)
   ```
   
   https://gist.github.com/suztomo/9aef72d020f96446b70f4eab8cba948b
   
   On bigtable-client-core, the latest 1.27.1 https://search.maven.org/artifact/com.google.cloud.bigtable/bigtable-client-core/1.27.1/jar declares dependencyManagement to import https://search.maven.org/artifact/com.google.cloud/google-cloud-bigtable-bom/1.27.1/pom (via `bigtable.version` 1.27.1 set in https://search.maven.org/artifact/com.google.cloud.bigtable/bigtable-client-parent/1.27.1/pom), which has grpc-google-cloud-bigtable-v2 version "1.27.1", not 2.11.0.
   
   @kolea2 (Probably not in this pull request) Would you provide guidance what Bigtable-related artifact versions Apache Beam should depend on?


-- 
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] rajatbhatta commented on a diff in pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -464,15 +464,15 @@ class BeamModulePlugin implements Plugin<Project> {
     def classgraph_version = "4.8.104"
     def errorprone_version = "2.10.0"
     // Try to keep gax_version consistent with gax-grpc version in google_cloud_platform_libraries_bom
-    def gax_version = "2.16.0"
+    def gax_version = "2.18.7"
     def google_clients_version = "1.32.1"

Review Comment:
   Thanks! Incorporated the changes.



-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239689084

   I ran linkage check and got the following errors:
   
   ```
   Class io.netty.util.internal.ClassInitializerUtil is not found;
     referenced by 1 class file
       io.netty.channel.unix.Unix (io.netty:netty-transport-native-unix-common:4.1.77.Final)
     Cause:
       Dependency conflict: io.netty:netty-common:4.1.52.Final does not define Class io.netty.util.internal.ClassInitializerUtil but io.netty:netty-common:4.1.77.Final defines it.
         selected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.42.0-SNAPSHOT / io.netty:netty-handler:4.1.52.Final (compile) / io.netty:netty-common:4.1.52.Final (compile)
         unselected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.42.0-SNAPSHOT / io.grpc:grpc-netty:1.48.0 (compile) / io.netty:netty-transport-native-unix-common:4.1.77.Final (runtime) / io.netty:netty-common:4.1.77.Final (compile)
   (io.netty:netty-transport:4.1.52.Final) Class io.netty.channel.socket.DatagramPacket has changed incompatibly;
     referenced by 1 class file
       io.netty.channel.unix.SegmentedDatagramPacket (io.netty:netty-transport-native-unix-common:4.1.77.Final)
     Cause:
       Dependency conflict: io.netty:netty-transport:4.1.52.Final does not define Class io.netty.channel.socket.DatagramPacket but io.netty:netty-transport:4.1.77.Final defines it.
         selected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.42.0-SNAPSHOT / io.netty:netty-handler:4.1.52.Final (compile) / io.netty:netty-transport:4.1.52.Final (compile)
         unselected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.42.0-SNAPSHOT / io.grpc:grpc-netty:1.48.0 (compile) / io.netty:netty-transport-native-unix-common:4.1.77.Final (runtime) / io.netty:netty-transport:4.1.77.Final (compile)
   ```
   
   -> Netty version in BeamModulePlugin
   
   ```
   (com.google.oauth-client:google-oauth-client:1.32.1) com.google.api.client.auth.openidconnect.IdTokenVerifier's method verifyPayload(com.google.api.client.auth.openidconnect.IdToken) is not found;
     referenced by 1 class file
       com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier (com.google.api-client:google-api-client:2.0.0)
     Cause:
       Dependency conflict: com.google.oauth-client:google-oauth-client:1.32.1 does not define com.google.api.client.auth.openidconnect.IdTokenVerifier's method verifyPayload(com.google.api.client.auth.openidconnect.IdToken) but com.google.oauth-client:google-oauth-client:1.34.1 defines it.
         selected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.42.0-SNAPSHOT / com.google.cloud.bigdataoss:util:2.2.6 (compile) / com.google.oauth-client:google-oauth-client:1.32.1 (compile)
         unselected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.42.0-SNAPSHOT / com.google.api-client:google-api-client:2.0.0 (compile) / com.google.oauth-client:google-oauth-client:1.34.1 (compile)
   (com.google.api.grpc:grpc-google-cloud-bigtable-v2:1.27.1) com.google.bigtable.v2.BigtableGrpc's method getPingAndWarmMethod() is not found;
     referenced by 1 class file
       com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStub (com.google.cloud:google-cloud-bigtable:2.11.0)
     Cause:
       Dependency conflict: com.google.api.grpc:grpc-google-cloud-bigtable-v2:1.27.1 does not define com.google.bigtable.v2.BigtableGrpc's method getPingAndWarmMethod() but com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.11.0 defines it.
         selected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.42.0-SNAPSHOT / com.google.cloud.bigtable:bigtable-client-core:1.26.3 (compile) / com.google.api.grpc:grpc-google-cloud-bigtable-v2:1.27.1 (compile)
         unselected: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.42.0-SNAPSHOT / com.google.cloud:google-cloud-bigtable:2.11.0 (compile) / com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.11.0 (compile)
   ```
   
   https://gist.github.com/suztomo/9aef72d020f96446b70f4eab8cba948b
   
   Updated netty and oauth versions. 
   
   


-- 
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] kileys commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
kileys commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1238636018

   Run PostCommit_Java_DataflowV2


-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239864456

   Run PostCommit_Java_DataflowV2


-- 
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] suztomo merged pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo merged PR #22996:
URL: https://github.com/apache/beam/pull/22996


-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239730480

   Run Kotlin_Examples PreCommit


-- 
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] kileys commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
kileys commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239810970

   Java_GCP_IO_Direct may be a valid failure. Seeing java.lang.NoClassDefFoundError: io/netty/internal/tcnative/CertificateCompressionAlgo


-- 
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] kileys commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
kileys commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239828714

   io.netty:netty-tcnative-boringssl-static:2.0.47.Final Needs to be updated for the missing class def


-- 
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] rajatbhatta commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
rajatbhatta commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1234547858

   R: @suztomo 


-- 
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] rajatbhatta commented on a diff in pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -464,15 +464,15 @@ class BeamModulePlugin implements Plugin<Project> {
     def classgraph_version = "4.8.104"
     def errorprone_version = "2.10.0"
     // Try to keep gax_version consistent with gax-grpc version in google_cloud_platform_libraries_bom
-    def gax_version = "2.16.0"
+    def gax_version = "2.18.7"
     def google_clients_version = "1.32.1"

Review Comment:
   Incorporated the changes.



-- 
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] kileys commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
kileys commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239808740

   Run Python PreCommit


-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239864161

   Run Java PostCommit


-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1240021494

   52 successful and 1 skipped checks


-- 
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] suztomo commented on a diff in pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -575,13 +575,13 @@ class BeamModulePlugin implements Plugin<Project> {
         google_api_client_jackson2                  : "com.google.api-client:google-api-client-jackson2:$google_clients_version",
         google_api_client_java6                     : "com.google.api-client:google-api-client-java6:$google_clients_version",
         google_api_common                           : "com.google.api:api-common", // google_cloud_platform_libraries_bom sets version
-        google_api_services_bigquery                : "com.google.apis:google-api-services-bigquery:v2-rev20211129-$google_clients_version",
-        google_api_services_clouddebugger           : "com.google.apis:google-api-services-clouddebugger:v2-rev20210813-$google_clients_version",
-        google_api_services_cloudresourcemanager    : "com.google.apis:google-api-services-cloudresourcemanager:v1-rev20211017-$google_clients_version",
-        google_api_services_dataflow                : "com.google.apis:google-api-services-dataflow:v1b3-rev20210818-$google_clients_version",
-        google_api_services_healthcare              : "com.google.apis:google-api-services-healthcare:v1-rev20211016-$google_clients_version",
-        google_api_services_pubsub                  : "com.google.apis:google-api-services-pubsub:v1-rev20211130-$google_clients_version",
-        google_api_services_storage                 : "com.google.apis:google-api-services-storage:v1-rev20211201-$google_clients_version",
+        google_api_services_bigquery                : "com.google.apis:google-api-services-bigquery:v2-rev20220827-$google_clients_version",
+        google_api_services_clouddebugger           : "com.google.apis:google-api-services-clouddebugger:v2-rev20220318-$google_clients_version",
+        google_api_services_cloudresourcemanager    : "com.google.apis:google-api-services-cloudresourcemanager:v3-rev20220828-$google_clients_version",

Review Comment:
   Use `v1-rev20220828-$google_clients_version` for google-api-services-cloudresourcemanager to address the compilation error in https://github.com/apache/beam/pull/22996#discussion_r964841303.
   
   The previous version `v1-rev20211017-$google_clients_version` started with "v1". It seems it should still continue to use "v1-" version.
   



-- 
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] kileys commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
kileys commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1238635925

   Run PostCommit_Java_Dataflow


-- 
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] pabloem commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
pabloem commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1238369998

   Run Kotlin_Examples PreCommit


-- 
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] suztomo commented on a diff in pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -464,15 +464,15 @@ class BeamModulePlugin implements Plugin<Project> {
     def classgraph_version = "4.8.104"
     def errorprone_version = "2.10.0"
     // Try to keep gax_version consistent with gax-grpc version in google_cloud_platform_libraries_bom
-    def gax_version = "2.16.0"
+    def gax_version = "2.18.7"
     def google_clients_version = "1.32.1"

Review Comment:
   What is error messages?



-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239897203

   Run Spotless PreCommit


-- 
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] suztomo commented on a diff in pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -464,15 +464,15 @@ class BeamModulePlugin implements Plugin<Project> {
     def classgraph_version = "4.8.104"
     def errorprone_version = "2.10.0"
     // Try to keep gax_version consistent with gax-grpc version in google_cloud_platform_libraries_bom
-    def gax_version = "2.16.0"
+    def gax_version = "2.18.7"
     def google_clients_version = "1.32.1"

Review Comment:
   ```
   /home/runner/work/beam/beam/sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/options/GcpOptions.java:27: error: package com.google.api.services.cloudresourcemanager does not exist
   import com.google.api.services.cloudresourcemanager.CloudResourceManager;
                                                      ^
   /home/runner/work/beam/beam/sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/options/GcpOptions.java:28: error: package com.google.api.services.cloudresourcemanager.model does not exist
   import com.google.api.services.cloudresourcemanager.model.Project;
   ```



-- 
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] rajatbhatta commented on a diff in pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -575,13 +575,13 @@ class BeamModulePlugin implements Plugin<Project> {
         google_api_client_jackson2                  : "com.google.api-client:google-api-client-jackson2:$google_clients_version",
         google_api_client_java6                     : "com.google.api-client:google-api-client-java6:$google_clients_version",
         google_api_common                           : "com.google.api:api-common", // google_cloud_platform_libraries_bom sets version
-        google_api_services_bigquery                : "com.google.apis:google-api-services-bigquery:v2-rev20211129-$google_clients_version",
-        google_api_services_clouddebugger           : "com.google.apis:google-api-services-clouddebugger:v2-rev20210813-$google_clients_version",
-        google_api_services_cloudresourcemanager    : "com.google.apis:google-api-services-cloudresourcemanager:v1-rev20211017-$google_clients_version",
-        google_api_services_dataflow                : "com.google.apis:google-api-services-dataflow:v1b3-rev20210818-$google_clients_version",
-        google_api_services_healthcare              : "com.google.apis:google-api-services-healthcare:v1-rev20211016-$google_clients_version",
-        google_api_services_pubsub                  : "com.google.apis:google-api-services-pubsub:v1-rev20211130-$google_clients_version",
-        google_api_services_storage                 : "com.google.apis:google-api-services-storage:v1-rev20211201-$google_clients_version",
+        google_api_services_bigquery                : "com.google.apis:google-api-services-bigquery:v2-rev20220827-$google_clients_version",
+        google_api_services_clouddebugger           : "com.google.apis:google-api-services-clouddebugger:v2-rev20220318-$google_clients_version",
+        google_api_services_cloudresourcemanager    : "com.google.apis:google-api-services-cloudresourcemanager:v3-rev20220828-$google_clients_version",

Review Comment:
   Thanks @suztomo. Have pushed the fix.



-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239472979

   Java PreCommit failed https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/23860/consoleFull :
   
   ```
   09:43:59 > Task :sdks:java:testing:test-utils:compileJava
   09:43:59 warning: Memory constraints are impeding performance; please increase max heap size.
   09:44:02 error: warnings found and -Werror specified
   09:44:07 
   ...
   09:44:10 > Task :sdks:java:testing:test-utils:compileJava FAILED
   09:44:10 1 error
   09:44:10 1 warning
   
   10:22:59 * What went wrong:
   10:22:59 Execution failed for task ':sdks:java:testing:test-utils:compileJava'.
   10:22:59 > Compilation failed; see the compiler error output for details.
   ```


-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239897727

   Run Java_Examples_Dataflow PreCommit


-- 
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] codecov[bot] commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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

   # [Codecov](https://codecov.io/gh/apache/beam/pull/22996?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#22996](https://codecov.io/gh/apache/beam/pull/22996?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (aa8a55b) into [master](https://codecov.io/gh/apache/beam/commit/7153c21eac703f7679ad2292879f1e666eb335e1?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7153c21) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #22996      +/-   ##
   ==========================================
   - Coverage   73.69%   73.68%   -0.01%     
   ==========================================
     Files         714      714              
     Lines       95201    95219      +18     
   ==========================================
   + Hits        70154    70159       +5     
   - Misses      23750    23763      +13     
     Partials     1297     1297              
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | python | `83.50% <ø> (-0.02%)` | :arrow_down: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/beam/pull/22996?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [.../python/apache\_beam/testing/test\_stream\_service.py](https://codecov.io/gh/apache/beam/pull/22996/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdGVzdGluZy90ZXN0X3N0cmVhbV9zZXJ2aWNlLnB5) | `88.09% <0.00%> (-4.77%)` | :arrow_down: |
   | [sdks/python/apache\_beam/utils/interactive\_utils.py](https://codecov.io/gh/apache/beam/pull/22996/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdXRpbHMvaW50ZXJhY3RpdmVfdXRpbHMucHk=) | `95.12% <0.00%> (-2.44%)` | :arrow_down: |
   | [...che\_beam/runners/interactive/interactive\_runner.py](https://codecov.io/gh/apache/beam/pull/22996/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9pbnRlcmFjdGl2ZS9pbnRlcmFjdGl2ZV9ydW5uZXIucHk=) | `90.06% <0.00%> (-1.33%)` | :arrow_down: |
   | [sdks/python/apache\_beam/runners/direct/executor.py](https://codecov.io/gh/apache/beam/pull/22996/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9kaXJlY3QvZXhlY3V0b3IucHk=) | `96.46% <0.00%> (-0.55%)` | :arrow_down: |
   | [sdks/python/apache\_beam/transforms/combiners.py](https://codecov.io/gh/apache/beam/pull/22996/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdHJhbnNmb3Jtcy9jb21iaW5lcnMucHk=) | `93.05% <0.00%> (-0.39%)` | :arrow_down: |
   | [...eam/runners/interactive/interactive\_environment.py](https://codecov.io/gh/apache/beam/pull/22996/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9pbnRlcmFjdGl2ZS9pbnRlcmFjdGl2ZV9lbnZpcm9ubWVudC5weQ==) | `91.71% <0.00%> (-0.31%)` | :arrow_down: |
   | [sdks/python/apache\_beam/transforms/util.py](https://codecov.io/gh/apache/beam/pull/22996/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdHJhbnNmb3Jtcy91dGlsLnB5) | `96.06% <0.00%> (-0.16%)` | :arrow_down: |
   | [...hon/apache\_beam/runners/worker/bundle\_processor.py](https://codecov.io/gh/apache/beam/pull/22996/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvYnVuZGxlX3Byb2Nlc3Nvci5weQ==) | `93.42% <0.00%> (-0.13%)` | :arrow_down: |
   | [sdks/python/apache\_beam/dataframe/io.py](https://codecov.io/gh/apache/beam/pull/22996/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vZGF0YWZyYW1lL2lvLnB5) | `89.53% <0.00%> (+0.21%)` | :arrow_up: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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] kileys commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
kileys commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1234580811

   Did you get a chance to run the linkage checker? https://github.com/apache/beam/blob/master/sdks/java/build-tools/beam-linkage-check.sh


-- 
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 #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

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

   Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control


-- 
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] kileys commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
kileys commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1238635605

   Run Dataflow ValidatesRunner


-- 
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] kileys commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
kileys commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1238636145

   Run SQL Postcommit


-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239507900

   Run PostCommit_Java_Hadoop_Versions


-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239508249

   Run PostCommit_Java_DataflowV2


-- 
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] suztomo commented on pull request #22996: [BEAM-11205] Update Libraries BOM dependencies to version 26.1.1

Posted by GitBox <gi...@apache.org>.
suztomo commented on PR #22996:
URL: https://github.com/apache/beam/pull/22996#issuecomment-1239508086

   Run PostCommit_Java_Dataflow


-- 
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