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


Reply via email to