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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to