[
https://issues.apache.org/jira/browse/BEAM-11936?focusedWorklogId=687455&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-687455
]
ASF GitHub Bot logged work on BEAM-11936:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Nov/21 17:12
Start Date: 29/Nov/21 17:12
Worklog Time Spent: 10m
Work Description: TheNeuralBit commented on a change in pull request
#16034:
URL: https://github.com/apache/beam/pull/16034#discussion_r758570721
##########
File path: sdks/java/extensions/sql/build.gradle
##########
@@ -24,7 +24,7 @@ plugins {
id 'ca.coglinc.javacc'
}
applyJavaNature(
- suppressUnusedVariable: true,
+ suppressUnusedVariable: false,
Review comment:
nit: false is the default, so we could just drop this lines instead.
```suggestion
```
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 687455)
Time Spent: 39.5h (was: 39h 20m)
> Fix errorprone 2.3.4 ignored warnings
> -------------------------------------
>
> Key: BEAM-11936
> URL: https://issues.apache.org/jira/browse/BEAM-11936
> Project: Beam
> Issue Type: Task
> Components: build-system, runner-core, sdk-java-core,
> sdk-java-harness
> Reporter: Brian Hulette
> Assignee: Benjamin Gonzalez
> Priority: P3
> Time Spent: 39.5h
> Remaining Estimate: 0h
>
> Upgrading to errorprone 2.3.4 (https://github.com/apache/beam/pull/14148)
> required ignoring a lot of new warnings. We should fix the offending code and
> re-enable these warnings.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)