[
https://issues.apache.org/jira/browse/BEAM-11794?focusedWorklogId=551417&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-551417
]
ASF GitHub Bot logged work on BEAM-11794:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Feb/21 17:53
Start Date: 11/Feb/21 17:53
Worklog Time Spent: 10m
Work Description: apilloud commented on a change in pull request #13959:
URL: https://github.com/apache/beam/pull/13959#discussion_r574707021
##########
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:
This is a test, so I think it can safely depend on either. It might be
easiest to just remove the guava dependency.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 551417)
Time Spent: 1.5h (was: 1h 20m)
> ":sdks:java:extensions:sql:udf-test-provider:checkstyleMain" is failing for
> Beam release Gradle bulld
> ------------------------------------------------------------------------------------------------------
>
> Key: BEAM-11794
> URL: https://issues.apache.org/jira/browse/BEAM-11794
> Project: Beam
> Issue Type: Bug
> Components: dsl-sql
> Reporter: Chamikara Madhusanka Jayalath
> Priority: P1
> Fix For: 2.28.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> For example,
> [https://ci-beam.apache.org/job/beam_Release_Gradle_Build/68/console]
> [https://ci-beam.apache.org/job/beam_Release_Gradle_Build/71/console]
>
> Caused by: org.gradle.api.GradleException: Checkstyle rule violations were
> found. See the report at:
> [file:///home/jenkins/jenkins-slave/workspace/beam_Release_Gradle_Build/src/sdks/java/extensions/sql/udf-test-provider/build/reports/checkstyle/main.html]
> *10:39:36* Checkstyle files with violations: 1*10:39:36* Checkstyle
> violations by severity: [error:1]*10:39:36* *10:39:36* at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)*10:39:36* at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)*10:39:36*
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)*10:39:36*
> at
> java.lang.reflect.Constructor.newInstance(Constructor.java:423)*10:39:36*
> at org.codehaus.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)