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 2021/02/13 07:36:30 UTC

[GitHub] [beam] nielm commented on pull request #13990: [BEAM-11805] Replace user-agent for spanner

nielm commented on pull request #13990:
URL: https://github.com/apache/beam/pull/13990#issuecomment-778577449


   > @TheNeuralBit - This patch has the following checkstyle violation. Can you help with this?
   > [ant:checkstyle] [ERROR] /usr/local/google/home/alxavier/spannerio/apbeam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerAccessor.java:35: You are using raw guava, please use vendored guava classes. [ForbidNonVendoredGuava]
   
   Replace the import 
   com.google.common.util.concurrent.ThreadFactoryBuilder
   With
   org.apache.beam.vendor.guava.v26_0_jre.com.google.common.util.concurrent.ThreadFactoryBuilder
   


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

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