TheNeuralBit commented on a change in pull request #13959:
URL: https://github.com/apache/beam/pull/13959#discussion_r574696862
##########
File path: sdks/java/extensions/sql/udf-test-provider/build.gradle
##########
@@ -30,5 +30,5 @@ project.ext.jarPath = jar.archivePath
dependencies {
// No dependency (direct or transitive) on :sdks:java:core.
compile project(":sdks:java:extensions:sql:udf")
- compile library.java.guava
+ compile library.java.vendored_guava_26_0_jre
Review comment:
@ibzib, @apilloud I assume we are intentionally not using the vendored
guava here so we don't have beam dependencies?
Should the fix be to add a checkstyle exception for this directory?
----------------------------------------------------------------
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]